-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path2_wheeler.html
29 lines (29 loc) · 929 Bytes
/
2_wheeler.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-2 wheeler</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>
<nav>
<div class="menu-icon">
<i class="fa fa-bars fa-2x"><img id="logo" src="https://timesofindia.indiatimes.com/thumb/msid-70357330,imgsize-53996,width-400,resizemode-4/70357330.jpg"></i>
</div>
<div>
<ul>
<li><a href="home.html">home</a></li>
</ul>
</div>
</nav>
<h1>2 Wheeler</h1>
<hr>
<div>
<img src="bike.jpg" alt="BMW Bike">
</div>
<p class="content">Want to visit or modify it??<br>
Select accordingly.</p>
<button class="buttons"><a href="visit.html">Visit</a></button>
<button class="buttons"><a href="add.html">add</a></button>
<button class="buttons"><a href="Data.html">Data Modify</a></button>
</body>