react frontend app (display screen, join)

This commit is contained in:
Vinzenz Schroeter 2024-04-07 00:33:54 +02:00
parent 1a20fa1fb6
commit abdfdf2ec0
23 changed files with 3917 additions and 5 deletions

15
tank-frontend/index.html Normal file
View file

@ -0,0 +1,15 @@
<!doctype html>
<head>
<meta charset="utf-8">
<title>Tanks</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
</head>
<body>
<div id="root"></div>
<script src="src/index.tsx" type="module"></script>
<!--
<div class="splash"></div>
-->
</body>