1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2024-12-01 13:20:54 +00:00
rolens/frontend/index.html

21 lines
448 B
HTML
Raw Normal View History

2023-01-10 16:28:27 +00:00
<!DOCTYPE html>
<html lang="en">
2023-01-18 10:25:08 +00:00
<head>
<meta charset="UTF-8" />
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<title>Rolens</title>
2023-01-18 10:25:08 +00:00
</head>
<body>
2023-01-10 16:28:27 +00:00
<div id="app"></div>
2023-02-14 15:18:35 +00:00
<div id="app-loading">
<div class="ring">
<div></div>
<div></div>
<div></div>
<div></div>
</div>
</div>
2023-01-10 16:28:27 +00:00
<script src="./src/main.js" type="module"></script>
2023-01-18 10:25:08 +00:00
</body>
2023-01-10 16:28:27 +00:00
</html>