-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
56 lines (50 loc) · 2.31 KB
/
index.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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<html>
<head>
<title>Index</title>
<link rel="stylesheet" type="text/css" href="index style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Pinyon+Script&display=swap" rel="stylesheet">
</head>
<body>
<center>
<div class="header">
<marquee behavior="alternate" scrollamount="10" onmouseover="this.stop();" onmouseout="this.start();">
<h1>Welcome to Akshay Cars</h1>
</marquee>
</div>
</center><br><br>
<div class="container">
<div class="register">
<a href="register.html"><h3>Register</h3><br><br></a>
</div>
<div class="buffer"></div>
<center><h2>List of Cars:</h2></center><br>
<div class="list">
<ul>
<div>
<li>Toyota Supra</li><br>
<a href="https://en.wikipedia.org/wiki/Toyota_Supra">
<img src="https://cdni.autocarindia.com/Utils/ImageResizer.ashx?n=https://cdni.autocarindia.com/ExtraImages/20200115045525_Toyota-Supra-static.jpg&w=700&q=90&c=1"></a><br><br><br>
</div>
<div>
<li> Lamborgini</li><br>
<a href="https://en.wikipedia.org/wiki/Lamborghini">
<img src="https://stimg.cardekho.com/images/carexteriorimages/630x420/Lamborghini/Aventador/6721/Lamborghini-Aventador-SVJ/1621849426405/front-left-side-47.jpg?tr=w-150" ></a><br><br><br>
</div>
<div>
<li> Audi</li><br>
<a href="https://en.wikipedia.org/wiki/Audi">
<img src="https://stimg.cardekho.com/images/carexteriorimages/930x620/Audi/A6/6426/1571906388003/front-left-side-47.jpg"></a><br><br><br>
</div>
<div>
<li>BMW</li><br>
<a href="https://en.wikipedia.org/wiki/BMW">
<img src="https://www.forbes.com/wheels/wp-content/uploads/2021/11/2022-BMW-7-Series-seo.jpg"></a><br><br><br>
</div>
</ul>
</div>
</div>
</body>
</html>