Skip to content

Commit

Permalink
updated the 404 page to be the same as the regular index page
Browse files Browse the repository at this point in the history
  • Loading branch information
dhg committed May 22, 2011
1 parent 41912bd commit 4235432
Showing 1 changed file with 16 additions and 11 deletions.
27 changes: 16 additions & 11 deletions 404.html
Expand Up @@ -8,10 +8,12 @@
<!-- Basic Page Needs
================================================== -->
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <!-- Force Latest IE rendering engine -->
<title>Skeleton: Beautiful Boilerplate for Responsive, Mobile-Friendly Development</title>
<title>Your Page Title Here :)</title>
<meta name="description" content="">
<meta name="author" content="">
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->

<!-- Mobile Specific Metas
================================================== -->
Expand All @@ -22,16 +24,19 @@
<link rel="stylesheet" href="stylesheets/base.css">
<link rel="stylesheet" href="stylesheets/skeleton.css">
<link rel="stylesheet" href="stylesheets/layout.css">
<!--[if lt IE9]><link rel="stylesheet" href="css/ie.css"><![endif]-->

<!-- Favicon
<!-- Favicons
================================================== -->
<link rel="shortcut icon" href="src/images/favicon.ico">

<link rel="shortcut icon" href="images/favicon.ico">
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png" />

</head>
<body>



<!-- Primary Page Layout
================================================== -->
<div class="container">
Expand All @@ -40,11 +45,11 @@ <h1 style="margin-top: 100px; text-align:center">Sorry. Couldn't Find That Page!



<!-- JS
================================================== -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.js"></script>
<script>window.jQuery || document.write("<script src='javascripts/jquery-1.5.1.min.js'>\x3C/script>")</script>
<script src="javascripts/app.js"></script>
<!-- JS
================================================== -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.js"></script>
<script>window.jQuery || document.write("<script src='javascripts/jquery-1.5.1.min.js'>\x3C/script>")</script>
<script src="javascripts/app.js"></script>


</body>
Expand Down

0 comments on commit 4235432

Please sign in to comment.