diff options
author | Ev Bogue <ev@evbogue.com> | 2019-04-04 10:34:33 -0500 |
---|---|---|
committer | Ev Bogue <ev@evbogue.com> | 2019-04-04 10:34:33 -0500 |
commit | 7dd4ae88170afedc6b6308b77e482edcc2a967e9 (patch) | |
tree | b4770d146a2d1fd5c41a9cbed847fe2177815f93 /index.html | |
parent | 8319cbedf4fcc423bf56df55ef0d24ffe85a23fe (diff) |
initial meta viewport, for a nice mobile view -- and change title
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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> |