diff options
-rw-r--r-- | about.html | 2 | ||||
-rw-r--r-- | index.html | 1 | ||||
-rw-r--r-- | not_found.html | 1 |
3 files changed, 3 insertions, 1 deletions
diff --git a/about.html b/about.html index d68d521..0c837f1 100644 --- a/about.html +++ b/about.html @@ -3,6 +3,7 @@ <head> <title>About</title> <link rel="stylesheet" href="/resources/style.css"/> + <meta name="viewport" content="width=device-width, initial-scale=1"> </head> <body> <nav> @@ -48,7 +49,6 @@ <ul> <li><a target="_blank" href="https://tilde.club/~ashe/">My homepage</a></li> - <li><a target="_blank" href="https://tempest.dev/">My dev blog</a></li> <li><a target="_blank" href="https://ashe.gay/">My personal blog</a></li> </ul> </body> diff --git a/index.html b/index.html index 2852f3a..164bbc3 100644 --- a/index.html +++ b/index.html @@ -3,6 +3,7 @@ <head> <title>tempest.dev</title> <link rel="stylesheet" href="/resources/style.css"/> + <meta name="viewport" content="width=device-width, initial-scale=1"> </head> <body> <nav> diff --git a/not_found.html b/not_found.html index 19e6457..023edeb 100644 --- a/not_found.html +++ b/not_found.html @@ -3,6 +3,7 @@ <head> <title>Not Found</title> <link rel="stylesheet" href="/resources/style.css"/> + <meta name="viewport" content="width=device-width, initial-scale=1"> </head> <body> <nav> |