mirror of
https://github.com/FAUSheppy/icinga-webhook-gateway
synced 2025-12-06 07:21:38 +01:00
25 lines
1.1 KiB
HTML
25 lines
1.1 KiB
HTML
<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>
|