Skip to content

Commit

Permalink
Create index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
delta911turbo authored Feb 12, 2024
1 parent f2a8d9d commit 07c5600
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>3D Website</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<h1>Welcome to Our 3D Website</h1>
</header>
<main>
<canvas id="glCanvas"></canvas> <!-- WebGL canvas -->
<div id="content">
<!-- Content here -->
</div>
</main>
<footer>
<p>&copy; 2024 3D Website. All rights reserved.</p>
</footer>
<script src="script.js"></script>
</body>
</html>

0 comments on commit 07c5600

Please sign in to comment.