summaryrefslogtreecommitdiff
path: root/template.html
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2024-11-06 09:18:56 +0000
committerubq323 <ubq323@ubq323.website>2024-11-06 09:18:56 +0000
commitad0d34555b218e39f49f7cc3c03387d59b7fe9cb (patch)
tree217e6f0c4e7acb3ed3dd6fc48578574bdca616bb /template.html
parentd6162040ea56e9835529938d900a88da061370fc (diff)
add meta viewportHEADtrunk
Diffstat (limited to 'template.html')
-rw-r--r--template.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/template.html b/template.html
index 5dcda74..e8c7550 100644
--- a/template.html
+++ b/template.html
@@ -1,5 +1,6 @@
<!DOCTYPE html>
<meta charset="utf-8"/>
+<meta name="viewport" content="width=device-width, initial-scale=1" />
<style>
body { background-color: #e0ceec }
h1 { max-width: min-content; margin-left: auto; padding-right: 1rem; font-style: italic }