mi-v1/static/index.html

20 lines
627 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Mi</title>
<link type="text/css" rel="stylesheet" href="/static/gruvbox.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/png" href="/static/favicon.png">
<script src="/static/main.js"></script>
</head>
<body id="top">
<main>
<script>var app = Elm.Main.init();</script>
<footer>
<p><a href="https://christine.website">From Within</a> - <a href="#top">Go to the top</a></p>
</footer>
</main>
</body>
</html>