Website ported from html to vuejs

This commit is contained in:
2025-03-18 12:42:32 +01:00
parent f404a80d05
commit 49e1a46dd7
20 changed files with 766 additions and 1016 deletions

View File

@@ -6,8 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vite App</title>
</head>
<body>
<div id="app"></div>
<body id="app">
<script type="module" src="/src/main.js"></script>
</body>
</html>