Further smushing

This commit is contained in:
Rezmason
2023-08-25 09:17:06 -07:00
parent 839e261727
commit 428f1d7d16
7 changed files with 9 additions and 34 deletions

View File

@@ -17,10 +17,6 @@
background: black;
overflow: hidden;
margin: 0;
font-family: monospace;
font-size: 2em;
text-align: center;
}
canvas {
@@ -29,5 +25,8 @@
}
</style>
</head>
<body><script type="module" src="js/main.js"></script></body>
<body>
<canvas></canvas>
<script type="module" src="main.js"></script>
</body>
</html>