mirror of
https://github.com/FAUSheppy/icinga-webhook-gateway
synced 2025-12-09 16:58:32 +01:00
feat: entry creation % details
This commit is contained in:
24
templates/head.html
Normal file
24
templates/head.html
Normal file
@@ -0,0 +1,24 @@
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="/static/site.css">
|
||||
<link rel="shortcut icon" href="/static/defaultFavicon.ico">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<!-- needed for @media-css mofiers -->
|
||||
<meta content="width=device-width, initial-scale=1" name="viewport" />
|
||||
|
||||
<!-- Font Awesome -->
|
||||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css">
|
||||
|
||||
<!-- Bootstrap core CSS -->
|
||||
<link href="https://cdn.atlantishq.de/css/bootstrap.min.css" rel="stylesheet">
|
||||
|
||||
<!-- Material Design Bootstrap -->
|
||||
<link href="https://cdn.atlantishq.de/css/mdb.min.css" rel="stylesheet">
|
||||
|
||||
<script src="https://cdn.atlantishq.de/js/jquery.js"></script>
|
||||
<script src="https://cdn.atlantishq.de/js/popper.js"></script>
|
||||
<script src="https://cdn.atlantishq.de/js/bootstrap.js"></script>
|
||||
<script src="https://cdn.atlantishq.de/js/mdb.min.js"></script>
|
||||
<script src="https://cdn.atlantishq.de/js/addons/datatables.min.js" type="text/javascript">
|
||||
</script>
|
||||
</head>
|
||||
Reference in New Issue
Block a user