Files
canvas/absurd-survivors/index.html
2025-08-21 13:16:29 +02:00

14 lines
397 B
HTML

<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>overtuned survivors</title>
<meta name="description" content="">
</head>
<body>
<canvas id="canvas" style="display: block; background-color: black"></canvas>
<script type="module" src="src/main.ts"></script>
</body>
</html>