summaryrefslogtreecommitdiff
path: root/ext/bg/guide.html
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2019-02-19 22:45:02 -0500
committertoasted-nutbread <toasted-nutbread@users.noreply.github.com>2019-05-04 13:02:56 -0400
commitc7fd17183d27ccd70aac70f89a832e3448136ad3 (patch)
tree8feeae24e97fcd908f6da6a66a33b0056c1e5d24 /ext/bg/guide.html
parent43c5ef87c03307e8281366725f1196307effa9c7 (diff)
Add meta viewport tag to all html pages
Diffstat (limited to 'ext/bg/guide.html')
-rw-r--r--ext/bg/guide.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/bg/guide.html b/ext/bg/guide.html
index 4b01ae7c..6f98d264 100644
--- a/ext/bg/guide.html
+++ b/ext/bg/guide.html
@@ -2,6 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width,initial-scale=1" />
<title>Welcome to Yomichan!</title>
<link rel="stylesheet" type="text/css" href="/mixed/lib/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="/mixed/lib/bootstrap/css/bootstrap-theme.min.css">