Meta tag for scaling to mobile.

This commit is contained in:
2020-06-10 09:48:15 +02:00
committed by KevinMidboe
parent 03f42d464e
commit d06246c35f

View File

@@ -3,6 +3,8 @@
<head>
<title>ISP downtime monitor</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<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>