-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTransportation.html
24 lines (23 loc) · 1 KB
/
Transportation.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>TRANSPORT 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="transport">
<div class="header">
<center class="heading">Transport</center>
</div>
<div class="set2">
<a href="t1.html" target="_self"><button class="display buttonClass">Air Routes</button></a>
<a href="t2.html" target="_self"><button class="display buttonClass">Airport</button></a>
<a href="t3.html" target="_self"><button class="display buttonClass">Railway</button></a>
</div>
<div class="set2">
<a href="t4.html" target="_self"><button class="display buttonClass">Roadway</button></a>
<a href="t5.html" target="_self"><button class="display buttonClass">Ports</button></a>
<a href="index.html" target="_self"><button class="display buttonClass">Others</button></a>
</div>
</body>
</html>