1
0
Fork 0
mirror of https://github.com/afkollektiv/afkollektor.de synced 2024-05-06 09:56:45 +00:00

Move scripts and styles to root

This commit is contained in:
Paul Brinkmeier 2017-11-08 02:10:28 +01:00
parent 3557bf5ab6
commit 421803808f
3 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Der AfKollektor.</title>
<link href="./styles/index.css" rel="stylesheet">
<link href="./index.css" rel="stylesheet">
</head>
<body>
<div class="afk-container">
@ -116,6 +116,6 @@
<h2>Mitschriebe</h2>
<p>Mitschriebe von Informatik-Vorlesungen sind unter <a href="https://github.com/luk3b/kit-lecture-notes">Lukes Github</a> verfügbar. Mitarbeit immer gerne gesehen.</p>
</div>
<script src="./scripts/k.js"></script>
<script src="./k.js"></script>
</body>
</html>

View file