Settings added (only one part), notification started and highlight added

This commit is contained in:
danielvici123
2024-11-10 18:10:28 +01:00
parent 860cd027cd
commit 2352c25c05
20 changed files with 526 additions and 31 deletions

View File

@@ -7,7 +7,7 @@
<title>Vite + Vue + TS</title>
<link rel="stylesheet" href="/src/assets/main.css" />
</head>
<body>
<body class="bg-hintergrund-farbe">
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>