Erste Schritte Navigation

This commit is contained in:
2023-04-18 16:15:53 +02:00
parent 4079fade0a
commit 2b8ad2b416
9 changed files with 205 additions and 215 deletions

14
index.html Normal file
View File

@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-witdh, initial-scale=1.0" />
<link rel="stylesheet" href="/main.css" />
<title>WebAdmin</title>
</head>
<body>
<div id="app">
<script type="module" src="/main.js"></script>
</div>
</body>
</html>