Github page added.

Paths corrected.
This commit is contained in:
2023-12-27 23:36:39 +01:00
parent 04b3a7d02d
commit 15017dcfb3
5 changed files with 345 additions and 3 deletions

View File

@@ -7,8 +7,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1"> <!-- Responsive design meta tag -->
<meta name="description" content="AbfallAlarm, eine benutzerfreundliche WebApp, die darauf abzielt, das Leben der
Bürger von Arnsberg zu vereinfachen.">
<link rel="stylesheet" href="/index.css">
<link rel="stylesheet" href="/github-corner.css">
<link rel="stylesheet" href="./index.css">
<link rel="stylesheet" href="./github-corner.css">
</head>
<body>
@@ -123,7 +123,7 @@
</div>
</div>
<script src="/bundle.js"></script>
<script src="./bundle.js"></script>
</body>
</html>