feat: add initial index.html template with Metriki title and static JS include

This commit is contained in:
retoor 2025-01-02 19:14:43 +00:00
parent 66671fe1b3
commit a85719a8aa

View File

@ -0,0 +1,14 @@
<html>
<head>
<title>Metriki</title>
<script src="/static/metriki.js"></script>
</head>
<body>
<h1>Metriki</h1>
</body>
</html>