aboutsummaryrefslogtreecommitdiff
path: root/web/index.html
blob: 1cb9948f6ed6fea6690b38da2843fbefe584a994 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>
	<head>
		<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
		<meta name="viewport" content="initial-scale=1, minimum-scale=1, width=device-width">
		<title>Weather</title>

		<link rel="stylesheet" type="text/css" href="style.css">
	</head>
	<body>
		<script src="index.js"></script>
	</body>
</html>