Fix some invalid html markup and some inconsistencies

This commit is contained in:
Maximilian Krög
2022-08-21 01:10:52 +02:00
parent c5f8629f65
commit 559712f728
14 changed files with 44 additions and 39 deletions

View File

@@ -1,6 +1,8 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>render-context</title>
<style>
html, body {
margin: 0;
@@ -14,5 +16,4 @@
<canvas id="canvas"></canvas>
<script src="main.js"></script>
</body>
</script>
</html>