diff options
author | Runxi Yu <harriet@andrewyu.org> | 2023-08-16 00:00:00 +0000 |
---|---|---|
committer | Runxi Yu <harriet@andrewyu.org> | 2023-08-16 00:00:00 +0000 |
commit | e0b74c7bb743b02b4cfefea872df1c5532f3b3b7 (patch) | |
tree | f6e9a8f21628240bc25b3c6bd671db3657c55708 /school | |
parent | 8c1f4ba083b4f05a749e6a7d6064cd6b4d77e77f (diff) | |
download | www-e0b74c7bb743b02b4cfefea872df1c5532f3b3b7.tar.gz |
meta viewport
Diffstat (limited to 'school')
-rw-r--r-- | school/contact.html | 1 | ||||
-rw-r--r-- | school/index.html | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/school/contact.html b/school/contact.html index e2a79e1..e91914d 100644 --- a/school/contact.html +++ b/school/contact.html @@ -4,6 +4,7 @@ <head> <title>Contact Runxi Yu (School)</title> <link rel="stylesheet" href="/style.css" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /> <meta charset="utf-8" /> </head> diff --git a/school/index.html b/school/index.html index 70dd211..b7835ec 100644 --- a/school/index.html +++ b/school/index.html @@ -3,6 +3,7 @@ <head> <title>Runxi Yu's School Stuff</title> <link rel="stylesheet" href="/style.css" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /> <meta charset="utf-8" /> </head> |