forked from Khiladi2020/WebMAkers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
42 lines (35 loc) · 936 Bytes
/
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
<html>
<head>
<title></title>
<link rel="stylesheet" type="text/css" href="CssFile.css">
</head>
<body>
<marquee width="100%" direction="left" height="30px">
<font face="verdana" color="light blue">Move your hands towards a better transport
</marquee>
<div class="image">
<div class="menu">
<div class="leftmenu">
<h4><font face="Impact" size="10">FuturePort</font></h4>
</div>
<div class="rightmenu">
<ul>
<li id="fisrtlist"> HOME </li>
<li> Our Stores </li>
<li> Works</li>
<li> About us</li>
<li> Blogs </li>
<li>contact</li>
</ul>
</div>
</div>
<div class="text">
<h4> Efficient And Easy</h4>
<h1> <font color=#FFD801> Welcome to Future of Transport </font> </h1>
<h3> </h3>
<button id="bt1"><a href="C:\Users\ravin\Desktop\Graphica\LinktoOther.html">Store </a></button>
<button id="bt2">Models </button>
</div>
</div>
</body>
</html>