diff options
author | johannst <johannst@users.noreply.github.com> | 2024-03-20 20:40:48 +0000 |
---|---|---|
committer | johannst <johannst@users.noreply.github.com> | 2024-03-20 20:40:48 +0000 |
commit | a06b9396568441dfe4eef2ff40eac951f8664187 (patch) | |
tree | 89ed8aee93433f19eb8986ee066be5e5997bc3cd /web | |
parent | e849f8ef1160641268a916596582586344a07459 (diff) | |
download | notes-a06b9396568441dfe4eef2ff40eac951f8664187.tar.gz notes-a06b9396568441dfe4eef2ff40eac951f8664187.zip |
deploy: fe0a37a39f133d60e47cb041973136e5d6154657
Diffstat (limited to 'web')
-rw-r--r-- | web/src/tags.html | 2 | ||||
-rw-r--r-- | web/src/tags2.html | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/web/src/tags.html b/web/src/tags.html index d9ea9af..1500e3a 100644 --- a/web/src/tags.html +++ b/web/src/tags.html @@ -1,3 +1,5 @@ +<meta name="viewport" content="width=device-width, initial-scale=1.0"> + <script> /// Map HTML elements to display kinds. const elementToDisplay = (E) => { diff --git a/web/src/tags2.html b/web/src/tags2.html index a321aeb..6625000 100644 --- a/web/src/tags2.html +++ b/web/src/tags2.html @@ -1,3 +1,5 @@ +<meta name="viewport" content="width=device-width, initial-scale=1.0"> + <script> /// Map HTML elements to display kinds. const elementToDisplay = (E) => { |