-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvintage.html
More file actions
112 lines (96 loc) · 4.61 KB
/
vintage.html
File metadata and controls
112 lines (96 loc) · 4.61 KB
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<html>
<head>
<title>Vintage Car Models</title>
<link rel="icon"
href="images\vsr-top-logo.png"
type="image/x-icon">
<link rel="stylesheet" type="text/css"
href="css/float-aside.css">
<link rel="stylesheet" type="text/css"
href="css\cardefault.css">
</head>
<body>
<!--shailin-->
<div class="header">
<a class="top-logo" href="">
VSR CARS.COM
</a>
<div class="float-right wide-text">
THE BEST CAR WEBSITE
</div>
</div>
<div class="topnav" style="position:relative;top:0px;">
<div class="modelnavspace">
<div>
<a href="Filter.php">NEW CARS</a>
<a href="../../Management.php">SELL CAR</a>
<a href="../../vintage.html">OLD CARS</a>
</div>
</div>
</div>
<!--/shailin-->
<main>
<div class="modelintro">
<div class="leftpanel marginzero ">
<h1> Vintage Car Models</h1>
<div class="models">
<div class="car1">
<div class="button">
<h2 class="rs">Rs 43.0-47.0 Lakh</h2>
<button class="button2" type="button"><a class="abc" href="vintage\mercedes\mercedes_pictures.html">Pictures</a></button><br>
<button class="button3" type="button"><a class="abc" href="vintage\mercedes\mercedes_spec.html">Specification</a></button><br>
<button class="button4" type="button"><a class="abc" href="vintage\mercedes\mercedes_price.html">Get On Road Price</button>
</div>
<a href="vintage\mercedes\mercedes.html" class="image1"><img src="images\vintage\mercedes.jpg" border="0" alt="Mercedes-Benz300 SL" title="Mercedes-Benz 300 SL" style="width:230px;height:130px;"></a>
<h3 class="head3"><a href="vintage\mercedes\mercedes.html">Mercedes-Benz<br>300 SL</a></h3>
</div>
<div class="car2">
<div class="button">
<h2 class="rs">Rs 10.2-12.0 Lakh</h2>
<button class="button2" type="button">Pictures</button><br>
<button class="button3" type="button">Specification</button><br>
<button class="button4" type="button">Get On Road Price</button>
</div>
<a href="" class="image1"><img src="images\vintage\chevrolet.jpg" border="0" alt="Chevrolet Bel Air " title="Chevrolet Bel Air" style="width:230px;height:130px;"></a>
<h3 class="head3">Chevrolet <br>Bel Air </h3>
</div>
<div class="car3">
<div class="button">
<h2 class="rs">Rs 3.1-3.5 Cr</h2>
<button class="button2" type="button"><a class="abc" href=".">Pictures</a></button><br>
<button class="button3" type="button"><a class="abc" href="">Specification</a></button><br>
<button class="button4" type="button">Get On Road Price</button>
</div>
<a href="" class="image1"><img src="images\vintage\lemborghini.gif" border="0" alt="Lamborghini Countach" title="Lamborghini Countach" style="width:230px;height:130px;"></a>
<h3 class="head3"><a href=""> Lamborghini<br>Countach</a></h3>
</div>
<div class="car4">
<div class="button">
<h2 class="rs">Rs 4.3-4.5 Cr</h2>
<button class="button2" type="button">Pictures</button><br>
<button class="button3" type="button">Specification</button><br>
<button class="button4" type="button">Get On Road Price</button>
</div>
<a href="" class="image1"><img src="images\vintage\toyota.jpg" border="0" alt="TOYOTA 2000GT" title="TOYOTA 2000GT" style="width:230px;height:130px;"></a>
<h3 class="head3"><a href="">Toyota 2000GT</a></h3>
</div>
<div class="car5">
<div class="button">
<h2 class="rs">Rs 6.9-7.5 Lakh</h2>
<button class="button2" type="button"><a class="abc" href="vintage\bmw507\bmw507_pictures.html">Pictures</a></button><br>
<button class="button3" type="button"><a class="abc" href="vintage\bmw507\bmw507_spec.html">Specification</a></button><br>
<button class="button4" type="button"><a class="abc" href="vintage\bmw507\bmw507_price.html">Get On Road Price</button>
</div>
<a href="" class="image1"><img src="images\vintage\bmw.jpg" border="0" alt="BMW 507" title="BMW 507" style="width:230px;height:130px;"></a>
<h3 class="head3"><a href="">BMW 507</a></h3>
</div>
<div class="news">
<h2 class="newsfeed">Latest News</h2>
<marquee direction="up" scrolldelay="50" style="color:red;text-align:justify" width="200"height="400">The BMW 7-series burnishes both sides of its personality with the all-new sixth generation, which arrives this fall as a 2016 model.<br><br><br><br><br>The new 7 slims down thanks to a new platform that includes structural carbon-fiber elements, while at the same time turning up the luxury quotient and the techno wizardry.</marquee>
</div>
</div>
</div>
</div>
</main>
</body>
</html>