-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (33 loc) · 857 Bytes
/
index.html
File metadata and controls
33 lines (33 loc) · 857 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE html>
<html>
<head>
<meta charset=UTF-8>
<title>Weather forecast</title>
<style>ul,li{margin-left: 20px;}</style>
</head>
<body>
<h1>Weather forecast</h1>
<p>Forecast updated at 2022-12-07-11:51</p>
<li> <a href=cities/2022-12-07-11:51/Gjøvik.html>Gjøvik</a>: (partlycloudy_day) -5.3, -5.1, -4.9 </li>
</ul>
</body>
</html>
<li> <a href=cities/2022-12-07-11:51/Oslo.html>Oslo</a>: (fair_day) -4.0, -3.4, -3.4</li>
</ul>
</body>
</html>
<li> <a href=cities/2022-12-07-11:51/Bergen.html>Bergen</a>: (partlycloudy_day) -1.6, -1.1, -0.8</li>
</ul>
</body>
</html>
<li> <a href=cities/2022-12-07-11:51/Trondheim.html>Trondheim</a>: (partlycloudy_day) -2.4, -2.1, -1.9</li>
</ul>
</body>
</html>
<li> <a href=cities/2022-12-07-11:51/Tromsø.html>Tromsø</a>: (clearsky_polartwilight) -2.2, -2.2, -2.1</li>
</ul>
</body>
</html>
</ul>
</body>
</html>