react frontend app (display screen, join)
This commit is contained in:
parent
1a20fa1fb6
commit
abdfdf2ec0
23 changed files with 3917 additions and 5 deletions
15
tank-frontend/index.html
Normal file
15
tank-frontend/index.html
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue