-
Notifications
You must be signed in to change notification settings - Fork 0
/
Topography.html
24 lines (23 loc) · 1 KB
/
Topography.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
<!DOCTYPE html>
<head>
<title>TERRAIN MAPS OF INDIA</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="styles.css">
</head>
<body class="terrain">
<div class="header">
<center class="heading">Terrain</center>
</div>
<div class="set2">
<a href="te1.html" target="_self"><button class="display buttonClass">Physical</button></a>
<a href="te2.html" target="_self"><button class="display buttonClass">Vegetation</button></a>
<a href="te3.html" target="_self"><button class="display buttonClass">Crop</button></a>
</div>
<div class="set2">
<a href="te4.html" target="_self"><button class="display buttonClass">Soil</button></a>
<a href="te5.html" target="_self"><button class="display buttonClass">Hazard</button></a>
<a href="te6.html" target="_self"><button class="display buttonClass">Resources</button></a>
</div>
</body>
</html>