- <!DOCTYPE html>
- <html>
- <head>
- <title>Spaceships Pew Pew</title>
- <link href="https://fonts.googleapis.com/css2?family=Teko:wght@300&display=swap" rel="stylesheet">
- <link rel="stylesheet" type="text/css" href="base.css">
- </head>
- <body>
- <div id="target"></div>
- <script src="./src/main.js" type="module">
- </script>
- </body>
- </html>
|