aw-lights/lunatic-webui/index.html
2023-05-28 14:45:39 -04:00

10 lines
171 B
HTML

<html>
<head>
<title>LiveView Counter</title>
<link rel="stylesheet" href="/static/counter.css" />
</head>
<body>
<div id="app"></div>
</body>
</html>