ff-admin/index.html

13 lines
326 B
HTML
Raw Normal View History

2024-08-22 11:48:04 +02:00
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
2024-12-22 17:28:56 +01:00
<link rel="icon" type="image/png" href="/favicon.png" />
2024-08-22 11:48:04 +02:00
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>