-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
20 lines (19 loc) · 750 Bytes
/
Copy pathindex.html
File metadata and controls
20 lines (19 loc) · 750 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>City Resources</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div >
<p id="title">City Resources</p>
<img id="mainImg" src="documentation/house2.png">
<p id="sub">This is a project that simulates how the production of water and<br> energy of a city changes based on rain regime.</p>
<a id="bt1" class="bt" href="documentation/index.html">Documentation</a>
<a id="bt2" class="bt" href="simulation/index.html">Simulation</a>
</div>
</body>
</html>