ff-admin/index.html

16 lines
455 B
HTML
Raw Normal View History

2024-08-22 11:48:04 +02:00
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
2025-04-24 16:49:14 +02:00
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no, viewport-fit=cover" />
<!-- icon and manifest are provided by App.vue -->
2024-08-22 11:48:04 +02:00
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
2025-04-24 16:49:14 +02:00
<script>
// screen.orientation.lock("portrait-primary").catch(() => {});
</script>
2024-08-22 11:48:04 +02:00
</body>
</html>