-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
42 lines (42 loc) · 1.96 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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="ionicons/css/ionicons.css">
<link rel="icon" type="image/png" href="icon/pipi.png">
<link rel="stylesheet" type="text/css" href="css/home.css">
<title>www.bustroute.com</title>
</head>
<body>
<div class="head">
<img src="img/new-logo.png" width="200px" height="100px"><!--A place for a logo-->
<ul>
<li><a href="html/home.html"><i class="ion-android-home"></i></a></li>
<li><a href="html/anbesa.html">Anbesa</a></li>
<li><a href="html/sheger.html">Sheger</a></li>
<li><a href="html/privacy.html">Privacy</a></li>
<li><a href="html/about.html">About</a></li>
<li><a href="html/contact.html">Contact</a></li>
</ul>
</div>
<div class="main">
<div class="description">
<div class="description">
<p class="moto" style="float: right;">We love living Simple and Easy life.<br>
Choosing us is what it<br>
makes it much more!!!</p>
<p><img src="img/aa.jpg" width=50% height="40%">
</p>
</div>
</div>
<footer>
<ol>
<h3>Let's connect</h3>
<a href="www.facebook.com"><li><i class="ion-social-facebook"></i></li></a>
<a href="www.instagram.com"><li><i class="ion-social-instagram"></i></li></a>
<a href="www.pintrest.com"><li><i class="ion-social-pinterest"></i></li></a>
<a href="www.googleplus.com"><li><i class="ion-social-googleplus"></i></li></a>
</ol>
<p style="color: #fff; text-align: center;"><a href="html/copyright.html">Bust route Copyright 2017 All Right reserved<a></p>
</footer>
</body>
</html>