1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2024-11-22 10:25:48 +01:00
rolens/frontend/index.html

21 lines
448 B
HTML
Raw Normal View History

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