mirror of
https://github.com/FAUSheppy/ths-blowerdoor-raven
synced 2025-12-10 00:38:33 +01:00
add basic functionality
This commit is contained in:
22
templates/head.html
Normal file
22
templates/head.html
Normal file
@@ -0,0 +1,22 @@
|
||||
<meta charset="utf-8">
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<meta name="description" content="THS-Raven">
|
||||
<meta name="author" content="Yannik Schmidt | https://potaris.de/en/contact">
|
||||
|
||||
<link rel="shortcut icon" href="/defaultFavicon.ico">
|
||||
|
||||
|
||||
<!-- Bootstrap core JS -->
|
||||
<script src="/static/js/jquery.min.js"></script>
|
||||
|
||||
<!-- Bootstrap core CSS -->
|
||||
<link href="/static/css/bootstrap.min.css" rel="stylesheet">
|
||||
<script defer src="/static/js/bootstrap.min.js"></script>
|
||||
|
||||
<!-- mdb -->
|
||||
<link href="/static/css/mdb.min.css" rel="stylesheet">
|
||||
<script defer src="/static/js/mdb.min.js"></script>
|
||||
|
||||
<!-- Custom JS/CSS -->
|
||||
<link href="/static/site.css" rel="stylesheet">
|
||||
Reference in New Issue
Block a user