fix: failed parsing of html files

This commit is contained in:
Nathan Muir
2025-08-19 12:29:50 +12:00
committed by Nathan Muir
parent 0a8c471a6c
commit 4c5572ee23
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>KonvaJS Sandbox</title>
@@ -11,4 +11,4 @@
<iframe src="./sandbox.html"></iframe>
</body>
</html>
</html>

View File

@@ -9,7 +9,7 @@
</style>
</head>
<body>
<canvas id="canvas"></div>
<canvas id="canvas"></canvas>
<script src="http://www.html5canvastutorials.com/lib/stats/stats.js"></script>
<script defer="defer">
var lastTime = 0;