-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
112 lines (87 loc) · 3.88 KB
/
404.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Homayon Mahdi Commercial Brokerage L.L.C">
<meta name="author" content="http://www.MavajSunCo.com">
<title>Erorr - Homayon Mahdi Commercial Brokerage L.L.C</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.css" rel="stylesheet">
<!-- Add custom CSS here -->
<link href="css/MavajSunCo.css" rel="stylesheet">
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet">
</head>
<body>
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.php">Homayon Mahdi</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse navbar-ex1-collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="about.php">Home</a>
</li>
<li><a href="services.php">Services</a>
</li>
<li><a href="contact.php">Contact</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
<div class="container">
<div class="row">
<div class="col-lg-12">
<h1 class="page-header">404
<small>Page Not Found</small>
</h1>
<ol class="breadcrumb">
<li><a href="index.php">Home</a>
</li>
<li class="active">404</li>
</ol>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<p class="error-404">404</p>
<p class="lead">The page you're looking for could not be found.</p>
<p>Here are some helpful links to help you find what you're looking for:</p>
</div>
</div>
</div>
<!-- /.container -->
<div class="container">
<hr>
<footer>
<div class="row">
<div class="col-xs-6 col-sm-6 col-md-6 col-lg-6 ">
<p>Copyright © HomayonMahdi.com 2014 | Powered by <a href="http://www.MavajSunCo.com">MAVAJ SUN CO</a></p>
</div>
<div>
<div class="col-xs-6 col-sm-6 col-md-6 col-lg-6" style="text-align: right; margin-top: -5px; ">
<p>
<img src="img/Logo-360x133.png" width="260px" />
</p>
</div>
</div>
</div>
</footer>
</div>
<!-- /.container -->
<!-- JavaScript -->
<script src="js/jquery-1.10.2.js"></script>
<script src="js/bootstrap.js"></script>
<script src="js/MavajSunCo.js"></script>
</body>
</html>