servicepoint-tanks/tank-frontend/index.html

16 lines
306 B
HTML
Raw Normal View History

<!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>