-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.html
29 lines (27 loc) · 1.02 KB
/
home.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
<!DOCTYPE html>
<html>
<head>
<title>Google Dino</title>
<link rel="stylesheet" type="text/css" href="home.css">
<link href="https://fonts.googleapis.com/css2?family=Orbitron:wght@500&family=Rajdhani:wght@600&family=Raleway&display=swap" rel="stylesheet">
</head>
<body>
<h1>welcome to iiit h vehicle maintenance page</h1>
<hr>
<div>
<img src="https://timesofindia.indiatimes.com/thumb/msid-70357330,imgsize-53996,width-400,resizemode-4/70357330.jpg" alt="IIIT Logo">
</div>
<div class="content">
<p>
International Institute of Information Technology, Hyderabad (IIITH) is a research university under Not-for-Profit Public Private Parternship (N-PPP).
</p>
<p>
This website provides the information of vehicles that comes in IIIT.<br><br>
Select vehicle accordingly!
</p>
</div>
<button class="buttons"><a href="2_wheeler.html">2 wheeler</a></button>
<button class="buttons"><a href="4_wheeler.html">4 wheeler</a></button>
<button class="buttons"><a href="active.html">Active Vehicles</a></button>
</body>
</html>