servicepoint-tanks/tank-frontend/index.html

17 lines
381 B
HTML
Raw Normal View History

<!doctype html>
<head>
<meta charset="utf-8">
2024-04-17 20:05:32 +02:00
<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">
</head>
<body>
<div id="root"></div>
<script src="src/index.tsx" type="module"></script>
<!--
<div class="splash"></div>
-->
</body>