-
Notifications
You must be signed in to change notification settings - Fork 0
/
getstarted.html
63 lines (46 loc) · 1.9 KB
/
getstarted.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
57
58
59
60
61
62
63
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Wiesmann Motors</title>
<link rel="stylesheet" href="getstarted.css" />
<link rel="stylesheet" href="animate2.css" />
<div class="header">
<img src="2000px-Wiesmann_Auto-Sport_logo.svg.png" alt="logo" />
</div>
<h1 align="center" >WIESMANN MOTORS</h1>
<hr size="2" width="1000" noshade>
</head>
<body>
<div id="container">
<div id="headertt">
<div id="video">
<video poster="wiesmann.png" autoplay="true" width="1521" height="1080" loop="loop" >
<source src="2012 Wiesmann GT MF5 Top Gear Track.mp4" type="video/mp4" />
<source src="2012 Wiesmann GT MF5 Top Gear Track.mp4" type="video/webm" />
</video>
</div>
</div>
</div>
<div id="p">
<p>The Caterpillar and Alice looked at each other for some time in silence:
at last the Caterpillar took the hookah out of its mouth, and addressed
her in a languid, sleepy voice.</p>
</div>
</body>
<footer>
<div class="social" align="center">
<a href="#"><img src="Media Icons/Untitled-3.svg " width="10px" height="10px"></a>
<a href="#"><img src="Media Icons/1494886800_youtube_circle_color.svg"></a>
<a href="#"><img src="Media Icons/1494886813_facebook_circle_color.svg"></a>
<a href="#"><img src="Media Icons/1494886898_flickr_circle_color.svg"></a>
<a href="#"><img src="Media Icons/1494886951_instagram_circle_black.svg"></a>
<a href="#"><img src="Media Icons/1494886825_twitter_circle_color.svg"></a>
<a href="#"><img src="Media Icons/1494886914_rss_circle_color.svg"></a>
</div>
</footer>
<div class="footercopyright">
<p1> © Wiesmann Motor Corporation 2017<p1>
</div>
</body>
</html>