mirror of
https://github.com/Sheldan/canvas.git
synced 2026-04-16 12:28:02 +00:00
survivors: adding first version
This commit is contained in:
13
absurd-survivors/index.html
Normal file
13
absurd-survivors/index.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user