aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorEv Bogue <ev@evbogue.com>2019-04-04 10:34:33 -0500
committerEv Bogue <ev@evbogue.com>2019-04-04 10:34:33 -0500
commit7dd4ae88170afedc6b6308b77e482edcc2a967e9 (patch)
treeb4770d146a2d1fd5c41a9cbed847fe2177815f93 /index.html
parent8319cbedf4fcc423bf56df55ef0d24ffe85a23fe (diff)
initial meta viewport, for a nice mobile view -- and change title
Diffstat (limited to 'index.html')
-rw-r--r--index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/index.html b/index.html
index 047e574..d99054e 100644
--- a/index.html
+++ b/index.html
@@ -1,6 +1,7 @@
<html>
<head>
- <title>Basic example bog</title>
+ <title>Bogbook</title>
+ <meta name='viewport' content='width=device-width initial-scale=1' />
<link rel='stylesheet' href='./css/source-sans-pro.min.css' />
<link rel='stylesheet' href='./css/style.css' />
</head>