mirror of
https://github.com/KevinMidboe/ISPDowntimeMonitor.git
synced 2025-10-29 09:40:12 +00:00
Include node package Fetch from cdn.
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
<title>ISP downtime monitor</title>
|
||||
<meta charset="UTF-8">
|
||||
<link href="style.css" type="text/css" rel="stylesheet">
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/fetch/3.0.0/fetch.min.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Nedetid rapport</h1>
|
||||
@@ -52,6 +53,7 @@
|
||||
</div>
|
||||
</body>
|
||||
|
||||
<script src="fetchLogsAndGenerateTable.js" type="text/javascript"></script>
|
||||
<script src="popover.js" type="text/javascript"></script>
|
||||
<script src="fetchUptimeAndGenerateBarGraph.js" type="text/javascript"></script>
|
||||
<script src="fetchLogsAndGenerateTable.js" type="text/javascript"></script>
|
||||
</html>
|
||||
Reference in New Issue
Block a user