portal/web/index.html

13 lines
246 B
HTML
Raw Normal View History

2023-03-04 23:19:54 -07:00
<!DOCTYPE html>
<html>
<head>
<title>Webstat</title>
<meta charset="utf-8">
<script src="webstat.mjs" type="module"></script>
</head>
<body>
<div><canvas id="stats"></canvas></div>
</body>
</html>