22 lines
502 B
HTML
22 lines
502 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<script type="module" src="/static/js/main.js"></script>
|
||
|
<link rel="stylesheet" type="text/css" href="/static/css/xess.css" />
|
||
|
<title>Twitchalitics</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<main>
|
||
|
<h1>Twitchalitics</h1>
|
||
|
|
||
|
<p id="error"></p>
|
||
|
|
||
|
<div id="appRoot">
|
||
|
Loading...
|
||
|
</div>
|
||
|
|
||
|
<hr />
|
||
|
<a href="/static/importcsv.html">Import CSV tool</a>
|
||
|
</main>
|
||
|
</body>
|
||
|
</html>
|