Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Leroks committed Jan 17, 2024
1 parent 6b7333b commit a074bc7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<!DOCTYPE html>
<html><head>
<meta http-equiv="content-type" content="text/html; charset=windows-1252"></head><body><button id="ButtonX">Rotate X</button>
<html>
<meta http-equiv="content-type" content="text/html; charset=windows-1252">
<button id="ButtonX">Rotate X</button>
<button id="ButtonY">Rotate Y</button>
<button id="ButtonZ">Rotate Z</button>
<button id="ButtonT">Toggle Rotation</button>
Expand Down Expand Up @@ -91,7 +92,8 @@
<script type="text/javascript" src="shadedCube_js/MV.js"></script>
<script type="text/javascript" src="shadedCube_js/shadedCube.js"></script>


<head>
<body>
<canvas id="gl-canvas" width="512" height="512">
Oops ... your browser doesn't support the HTML5 canvas element
</canvas>
Expand Down

0 comments on commit a074bc7

Please sign in to comment.