Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
delta911turbo authored Feb 12, 2024
1 parent d12ad5b commit e966480
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
<h1>Welcome to Our 3D Website</h1>
</header>
<main>
<canvas id="glCanvas"></canvas> <!-- WebGL canvas -->
<canvas id="glCanvas" width="800" height="600"></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>
<script src="script.js" defer></script>
</body>
</html>

0 comments on commit e966480

Please sign in to comment.