mirror of
https://github.com/FAUSheppy/jeffrey_miller_flask_ftp
synced 2025-12-09 18:08:32 +01:00
header content
This commit is contained in:
25
templates/head.html
Normal file
25
templates/head.html
Normal file
@@ -0,0 +1,25 @@
|
||||
<meta charset="utf-8">
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<meta name="description" content="FTP Users Management">
|
||||
<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/fontawesome/css/all.css" rel="stylesheet">
|
||||
<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">
|
||||
|
||||
<script defer src="/static/submit.js"></script>
|
||||
Reference in New Issue
Block a user