-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (30 loc) · 905 Bytes
/
index.html
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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Weather Station</title>
<link href="style.css" rel="stylesheet" type="text/css">
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta name="viewport" content="width=device-width"/>
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<div id="page_bg">
<div id="header">
Pogoda - Łódź Widzew
</div>
<div id="menu">
<a href="weather"><div class="menu_item">Pogoda</div></a>
<div class="menu_item">Historia</div>
<a href="info"><div class="menu_item">Info</div></a>
<div id="counter">Liczba gości: #VV</div>
</div>
<div id="page">
#PP
</div>
<div id="footer">
<b>
NodeMCU Weather station - Łódź 2017
</b></div>
</div>
</body>
</html>