forked from Ocean/datum_gateway
Add viewport meta tag to improve results on mobile
This commit is contained in:
parent
99dec4fa0e
commit
c6d0568f02
@ -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">
|
||||||
|
@ -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;
|
||||||
|
@ -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;
|
||||||
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user