mirror of
https://github.com/Sheldan/canvas.git
synced 2026-01-01 14:58:51 +00:00
14 lines
397 B
HTML
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>
|