Mercurial > personal > weather-server
changeset 27:99b0759386b1
index: Add meta-viewport declaration.
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Sun, 10 Nov 2019 23:48:38 -0500 |
parents | 7def5611895b |
children | f817fa785c93 |
files | weather_server/templates/index.html |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/weather_server/templates/index.html Sun Nov 10 23:46:51 2019 -0500 +++ b/weather_server/templates/index.html Sun Nov 10 23:48:38 2019 -0500 @@ -2,6 +2,7 @@ <html> <head> <title>The Weather In Places</title> + <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">