initial commit

This commit is contained in:
s-prechtl 2022-11-29 09:32:09 +01:00
commit 02391633c5
9 changed files with 320 additions and 0 deletions

11
frontend/index.html Normal file
View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Raspberyy Rocketeer</title>
<script lang="ts" src="game.ts"></script>
</head>
<body>
<main></main>
</body>
</html>