10 lines
171 B
HTML
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>
|