Initial commit
This commit is contained in:
7
src/footer.html
Normal file
7
src/footer.html
Normal 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
13
src/header.html
Normal 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">
|
Reference in New Issue
Block a user