1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-01-18 13:07:58 +00:00
rolens/frontend/index.html

13 lines
294 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>Mongodup</title>
</head>
<body>
2023-01-10 16:28:27 +00:00
<div id="app"></div>
<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>