Add viewport meta tag to improve results on mobile

This commit is contained in:
szarka 2024-12-14 20:16:26 +00:00
parent 99dec4fa0e
commit c6d0568f02
4 changed files with 4 additions and 0 deletions

View File

@ -5,6 +5,7 @@
<title>DATUM Gateway Status</title> <title>DATUM Gateway Status</title>
<link rel="icon" type="image/x-icon" href="/assets/icons/favicon.ico"> <link rel="icon" type="image/x-icon" href="/assets/icons/favicon.ico">
<link rel="stylesheet" type="text/css" href="./assets/style.css"> <link rel="stylesheet" type="text/css" href="./assets/style.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head> </head>
<body> <body>
<div class="container"> <div class="container">

View File

@ -5,6 +5,7 @@
<title>DATUM Gateway Status</title> <title>DATUM Gateway Status</title>
<link rel="icon" type="image/x-icon" href="/assets/icons/favicon.ico"> <link rel="icon" type="image/x-icon" href="/assets/icons/favicon.ico">
<link rel="stylesheet" type="text/css" href="./assets/style.css"> <link rel="stylesheet" type="text/css" href="./assets/style.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style> <style>
.table-wrapper { .table-wrapper {
justify-content: center; justify-content: center;

View File

@ -5,6 +5,7 @@
<title>DATUM Gateway Status</title> <title>DATUM Gateway Status</title>
<link rel="icon" type="image/x-icon" href="/assets/icons/favicon.ico"> <link rel="icon" type="image/x-icon" href="/assets/icons/favicon.ico">
<link rel="stylesheet" type="text/css" href="./assets/style.css"> <link rel="stylesheet" type="text/css" href="./assets/style.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style> <style>
.table-wrapper { .table-wrapper {
justify-content: center; justify-content: center;

View File

@ -5,6 +5,7 @@
<title>DATUM Gateway Status</title> <title>DATUM Gateway Status</title>
<link rel="icon" type="image/x-icon" href="/assets/icons/favicon.ico"> <link rel="icon" type="image/x-icon" href="/assets/icons/favicon.ico">
<link rel="stylesheet" type="text/css" href="./assets/style.css"> <link rel="stylesheet" type="text/css" href="./assets/style.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style> <style>
.table-wrapper { .table-wrapper {
justify-content: center; justify-content: center;