5okin
4 years ago
1 changed files with 16 additions and 0 deletions
@ -0,0 +1,16 @@ |
|||||
|
<!DOCTYPE html> |
||||
|
<html> |
||||
|
<head> |
||||
|
<meta http-equiv='refresh' content='20' > |
||||
|
<title>Weather App</title> |
||||
|
<link rel="shortcut icon" href="{{ url_for('static', filename='sun.ico') }}"> |
||||
|
</head> |
||||
|
<body> |
||||
|
<H3>Server is up and ready to receive</H3> |
||||
|
|
||||
|
{% for i in range ( data|length ) %} |
||||
|
<b> {{ data[i] }} <br></b> |
||||
|
{% endfor %} |
||||
|
|
||||
|
</body> |
||||
|
</html> |
Loading…
Reference in new issue