Files
bamort/frontend/index.html
T

15 lines
377 B
HTML
Raw Normal View History

2024-12-21 07:55:05 +01:00
<!DOCTYPE html>
<html lang="">
<head>
<meta charset="UTF-8">
2025-01-18 20:59:35 +01:00
<!-- <link rel="icon" href="/favicon.ico">-->
<link rel="icon" href="/favicon.png">
2024-12-21 07:55:05 +01:00
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2026-01-17 07:35:18 +01:00
<title>BaMoRT</title>
2024-12-21 07:55:05 +01:00
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
2024-12-21 07:55:05 +01:00
</body>
</html>