17 lines
381 B
HTML
17 lines
381 B
HTML
<!doctype html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>• • • Tanks!</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
|
<link rel="icon" type="image/x-icon" href="/favicon.ico">
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
|
|
<script src="src/index.tsx" type="module"></script>
|
|
|
|
<!--
|
|
<div class="splash"></div>
|
|
-->
|
|
</body>
|