Files
hotline-planner/dev/users online/AG gemini flash/index.html
2026-02-23 12:27:26 +01:00

23 lines
859 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Hotline Planner</title>
<link href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900|Material+Icons" rel="stylesheet" type="text/css">
<link href="https://cdn.jsdelivr.net/npm/quasar@2.16.0/dist/quasar.prod.css" rel="stylesheet" type="text/css">
<link href="src/style.css" rel="stylesheet" type="text/css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div id="q-app">
<!-- The App component will be mounted here and manage the layout -->
</div>
<!-- Dependencies -->
<script src="https://cdn.jsdelivr.net/npm/vue@3/dist/vue.global.prod.js"></script>
<script src="https://cdn.jsdelivr.net/npm/quasar@2.16.0/dist/quasar.umd.prod.js"></script>
<!-- Entry Point -->
<script type="module" src="src/main.js"></script>
</body>
</html>