-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
66 changed files
with
19,913 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,237 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
|
||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<meta name="description" content=""> | ||
<meta name="author" content=""> | ||
|
||
<title>Modern Business - Start Bootstrap Template</title> | ||
|
||
<!-- Bootstrap Core CSS --> | ||
<link href="css/bootstrap.min.css" rel="stylesheet"> | ||
|
||
<!-- Custom CSS --> | ||
<link href="css/modern-business.css" rel="stylesheet"> | ||
|
||
<!-- Custom Fonts --> | ||
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"> | ||
|
||
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> | ||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// --> | ||
<!--[if lt IE 9]> | ||
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> | ||
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> | ||
<![endif]--> | ||
|
||
</head> | ||
|
||
<body> | ||
|
||
<!-- Navigation --> | ||
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation"> | ||
<div class="container"> | ||
<!-- Brand and toggle get grouped for better mobile display --> | ||
<div class="navbar-header"> | ||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> | ||
<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.html">Start Bootstrap</a> | ||
</div> | ||
<!-- Collect the nav links, forms, and other content for toggling --> | ||
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> | ||
<ul class="nav navbar-nav navbar-right"> | ||
<li> | ||
<a href="about.html">About</a> | ||
</li> | ||
<li> | ||
<a href="services.html">Services</a> | ||
</li> | ||
<li> | ||
<a href="contact.html">Contact</a> | ||
</li> | ||
<li class="dropdown"> | ||
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Portfolio <b class="caret"></b></a> | ||
<ul class="dropdown-menu"> | ||
<li> | ||
<a href="portfolio-1-col.html">1 Column Portfolio</a> | ||
</li> | ||
<li> | ||
<a href="portfolio-2-col.html">2 Column Portfolio</a> | ||
</li> | ||
<li> | ||
<a href="portfolio-3-col.html">3 Column Portfolio</a> | ||
</li> | ||
<li> | ||
<a href="portfolio-4-col.html">4 Column Portfolio</a> | ||
</li> | ||
<li> | ||
<a href="portfolio-item.html">Single Portfolio Item</a> | ||
</li> | ||
</ul> | ||
</li> | ||
<li class="dropdown"> | ||
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Blog <b class="caret"></b></a> | ||
<ul class="dropdown-menu"> | ||
<li> | ||
<a href="blog-home-1.html">Blog Home 1</a> | ||
</li> | ||
<li> | ||
<a href="blog-home-2.html">Blog Home 2</a> | ||
</li> | ||
<li> | ||
<a href="blog-post.html">Blog Post</a> | ||
</li> | ||
</ul> | ||
</li> | ||
<li class="dropdown active"> | ||
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Other Pages <b class="caret"></b></a> | ||
<ul class="dropdown-menu"> | ||
<li> | ||
<a href="full-width.html">Full Width Page</a> | ||
</li> | ||
<li> | ||
<a href="sidebar.html">Sidebar Page</a> | ||
</li> | ||
<li> | ||
<a href="faq.html">FAQ</a> | ||
</li> | ||
<li class="active"> | ||
<a href="404.html">404</a> | ||
</li> | ||
<li> | ||
<a href="pricing.html">Pricing Table</a> | ||
</li> | ||
</ul> | ||
</li> | ||
</ul> | ||
</div> | ||
<!-- /.navbar-collapse --> | ||
</div> | ||
<!-- /.container --> | ||
</nav> | ||
|
||
<!-- Page Content --> | ||
<div class="container"> | ||
|
||
<!-- Page Heading/Breadcrumbs --> | ||
<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.html">Home</a> | ||
</li> | ||
<li class="active">404</li> | ||
</ol> | ||
</div> | ||
</div> | ||
<!-- /.row --> | ||
|
||
<div class="row"> | ||
|
||
<div class="col-lg-12"> | ||
<div class="jumbotron"> | ||
<h1><span class="error-404">404</span> | ||
</h1> | ||
<p>The page you're looking for could not be found. Here are some helpful links to get you back on track:</p> | ||
<ul> | ||
<li> | ||
<a href="index.html">Home</a> | ||
</li> | ||
<li> | ||
<a href="about.html">About</a> | ||
</li> | ||
<li> | ||
<a href="services.html">Services</a> | ||
</li> | ||
<li> | ||
<a href="contact.html">Contact</a> | ||
</li> | ||
<li> | ||
Portfolio | ||
<ul> | ||
<li> | ||
<a href="portfolio-1-col.html">1 Column Portfolio</a> | ||
</li> | ||
<li> | ||
<a href="portfolio-2-col.html">2 Column Portfolio</a> | ||
</li> | ||
<li> | ||
<a href="portfolio-3-col.html">3 Column Portfolio</a> | ||
</li> | ||
<li> | ||
<a href="portfolio-4-col.html">4 Column Portfolio</a> | ||
</li> | ||
</ul> | ||
</li> | ||
<li> | ||
Blog | ||
<ul> | ||
<li> | ||
<a href="blog-home-1.html">Blog Home 1</a> | ||
</li> | ||
<li> | ||
<a href="blog-home-2.html">Blog Home 2</a> | ||
</li> | ||
<li> | ||
<a href="blog-post.html">Blog Post</a> | ||
</li> | ||
</ul> | ||
</li> | ||
<li> | ||
Other Pages | ||
<ul> | ||
<li> | ||
<a href="full-width-page.html">Full Width Page</a> | ||
</li> | ||
<li> | ||
<a href="sidebar.html">Sidebar Page</a> | ||
</li> | ||
<li> | ||
<a href="faq.html">FAQ</a> | ||
</li> | ||
<li> | ||
<a href="404.html">404 Page</a> | ||
</li> | ||
<li> | ||
<a href="pricing-table.html">Pricing Table</a> | ||
</li> | ||
</ul> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
|
||
</div> | ||
|
||
<hr> | ||
|
||
<!-- Footer --> | ||
<footer> | ||
<div class="row"> | ||
<div class="col-lg-12"> | ||
<p>Copyright © Your Website 2014</p> | ||
</div> | ||
</div> | ||
</footer> | ||
|
||
</div> | ||
<!-- /.container --> | ||
|
||
<!-- jQuery --> | ||
<script src="js/jquery.js"></script> | ||
|
||
<!-- Bootstrap Core JavaScript --> | ||
<script src="js/bootstrap.min.js"></script> | ||
|
||
</body> | ||
|
||
</html> |
Oops, something went wrong.