Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
livcm authored Dec 29, 2024
1 parent e50cb60 commit 0dae728
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<body>
<div id="main">
<canvas id="c1" width="1024" height="1024">
<span>不支持canvas浏览器</span>
<span>浏览器不支持canvas</span>
</canvas>
</div>
<button id="btn">CONFIG</button>
Expand All @@ -19,6 +19,6 @@
<button id="apply">APPLY</button>
<button id="cancel">CANCEL</button>
</div>
<script src="./volumeshader_bm.js" type="text/javascript"></script>
<script src="./volumeshader-bm.js" type="text/javascript"></script>
</body>
</html>
</html>

0 comments on commit 0dae728

Please sign in to comment.