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

14 lines
327 B
HTML
Raw Permalink 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>
<div id="dialogoutlets"></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>