Initial commit

This commit is contained in:
2022-09-28 14:44:49 +02:00
commit e46b8baa77
59 changed files with 60320 additions and 0 deletions

7
src/footer.html Normal file
View File

@@ -0,0 +1,7 @@
</div>
<footer class="py-3 my-4">
<p class="text-center text-muted mb-0">© 2022 Arthur Bols</p>
<p class="text-center text-muted mb-0">This is free and open source software, licensed under the AGPLv3+. <a href="https://git.principis.be/Principis/cw-uurrooster-generator">source</a></p>
</footer>
</body>
</html>

13
src/header.html Normal file
View File

@@ -0,0 +1,13 @@
<!doctype html>
<html lang="en" class="h-100">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>CW Uurrooster generator</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="css/bootstrap-icons.css">
</head>
<body>
<div class="container my-5">