summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2021-11-27 13:37:15 +0100
committerMartin Fischer <martin@push-f.com>2021-11-27 13:42:56 +0100
commitedaee9685873beb9bf224b7a6d32b6a675f7de3a (patch)
tree1e4b303db4dafbb1b3f246ae67f6b91db7b1c3e8
parentc65f53711975d1f12f7a9ea0d59b191d8f5fbe07 (diff)
html: add viewport meta tag
-rw-r--r--head.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/head.html b/head.html
index 4af8e9c..b1eafbd 100644
--- a/head.html
+++ b/head.html
@@ -4,6 +4,7 @@
<meta charset=utf-8>
<title>Rust features</title>
<link rel="stylesheet" href="style.css" />
+<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>