comparison weather_server/templates/index.html @ 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 27217790dc04
comparison
equal deleted inserted replaced
26:7def5611895b 27:99b0759386b1
1 <!doctype html> 1 <!doctype html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <title>The Weather In Places</title> 4 <title>The Weather In Places</title>
5 <meta name="viewport" content="width=device-width, initial-scale=1">
5 <link 6 <link
6 rel="stylesheet" 7 rel="stylesheet"
7 href="{{ url_for('static', filename='style.css') }}"> 8 href="{{ url_for('static', filename='style.css') }}">
8 <link 9 <link
9 rel="shortcut icon" 10 rel="shortcut icon"