Skip to content

Commit

Permalink
First commit i uploaded this when building my own site
Browse files Browse the repository at this point in the history
  • Loading branch information
AsifMian committed Dec 9, 2018
0 parents commit 26c70b5
Show file tree
Hide file tree
Showing 91 changed files with 15,606 additions and 0 deletions.
48 changes: 48 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
<!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="">
<meta name="author" content="">
<title>Home | E-Shopper</title>
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/font-awesome.min.css" rel="stylesheet">
<link href="css/prettyPhoto.css" rel="stylesheet">
<link href="css/price-range.css" rel="stylesheet">
<link href="css/animate.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">
<link href="css/responsive.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->
<link rel="shortcut icon" href="images/ico/favicon.ico">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="images/ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="images/ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="images/ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="images/ico/apple-touch-icon-57-precomposed.png">
</head><!--/head-->

<body>
<div class="container text-center">
<div class="logo-404">
<a href="index.html"><img src="images/home/logo.png" alt="" /></a>
</div>
<div class="content-404">
<img src="images/404/404.png" class="img-responsive" alt="" />
<h1><b>OPPS!</b> We Couldn’t Find this Page</h1>
<p>Uh... So it looks like you brock something. The page you are looking for has up and Vanished.</p>
<h2><a href="index.html">Bring me back Home</a></h2>
</div>
</div>


<script src="js/jquery.js"></script>
<script src="js/price-range.js"></script>
<script src="js/jquery.scrollUp.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.prettyPhoto.js"></script>
<script src="js/main.js"></script>
</body>
</html>
Loading

0 comments on commit 26c70b5

Please sign in to comment.