1
0
forked from fr/deguapp
deguapp/frontend/index.html

14 lines
330 B
HTML
Raw Normal View History

2023-12-14 19:06:42 +01:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2023-12-26 19:35:24 +01:00
<title>DeguApp</title>
2023-12-14 19:06:42 +01:00
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>