diff options
author | navanchauhan <navanchauhan@gmail.com> | 2021-12-24 00:58:41 -0700 |
---|---|---|
committer | navanchauhan <navanchauhan@gmail.com> | 2021-12-24 00:58:41 -0700 |
commit | b8e72c7f815ebcb94a0a57aa9338e96916a03e7e (patch) | |
tree | 0b86313d14695a0574f96f4f9d9a140a5d9e55ec /index.html | |
parent | ac662bd366ed0b0a8856b272ec02b0c6138a6cce (diff) |
added viewport tag
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ <html> <head> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" href="tufte.css"/> </head> <body> |