2024-04-07 00:33:54 +02:00
|
|
|
<!doctype html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<title>Tanks</title>
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
2024-04-14 11:57:58 +02:00
|
|
|
<link rel="icon" type="image/x-icon" href="/favicon.ico">
|
2024-04-07 00:33:54 +02:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="root"></div>
|
|
|
|
|
|
|
|
<script src="src/index.tsx" type="module"></script>
|
|
|
|
|
|
|
|
<!--
|
|
|
|
<div class="splash"></div>
|
|
|
|
-->
|
|
|
|
</body>
|