diff options
author | Martin Fischer <martin@push-f.com> | 2021-11-27 13:37:15 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2021-11-27 13:42:56 +0100 |
commit | edaee9685873beb9bf224b7a6d32b6a675f7de3a (patch) | |
tree | 1e4b303db4dafbb1b3f246ae67f6b91db7b1c3e8 | |
parent | c65f53711975d1f12f7a9ea0d59b191d8f5fbe07 (diff) |
html: add viewport meta tag
-rw-r--r-- | head.html | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |