aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorjohannst <johannst@users.noreply.github.com>2024-03-20 20:40:48 +0000
committerjohannst <johannst@users.noreply.github.com>2024-03-20 20:40:48 +0000
commita06b9396568441dfe4eef2ff40eac951f8664187 (patch)
tree89ed8aee93433f19eb8986ee066be5e5997bc3cd
parente849f8ef1160641268a916596582586344a07459 (diff)
downloadnotes-a06b9396568441dfe4eef2ff40eac951f8664187.tar.gz
notes-a06b9396568441dfe4eef2ff40eac951f8664187.zip
deploy: fe0a37a39f133d60e47cb041973136e5d6154657
-rw-r--r--web/src/tags.html2
-rw-r--r--web/src/tags2.html2
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) => {