2011-05-01 11:43:13 -04:00
|
|
|
<!doctype html>
|
2011-05-03 10:36:26 -04:00
|
|
|
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
|
|
|
|
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
|
|
|
|
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
|
2011-05-01 11:43:13 -04:00
|
|
|
<!--[if (gte IE 9)|!(IE)]><!--> <html lang="en"> <!--<![endif]-->
|
|
|
|
<head>
|
|
|
|
|
|
|
|
<!-- Basic Page Needs
|
|
|
|
================================================== -->
|
|
|
|
<meta charset="utf-8" />
|
2011-05-22 13:17:31 -04:00
|
|
|
<title>Your Page Title Here :)</title>
|
2011-05-01 11:43:13 -04:00
|
|
|
<meta name="description" content="">
|
|
|
|
<meta name="author" content="">
|
2011-05-22 13:17:31 -04:00
|
|
|
<!--[if lt IE 9]>
|
|
|
|
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
|
|
|
|
<![endif]-->
|
2011-05-01 11:43:13 -04:00
|
|
|
|
2011-05-02 15:17:18 -04:00
|
|
|
<!-- Mobile Specific Metas
|
|
|
|
================================================== -->
|
2011-05-06 21:30:05 -04:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
|
2011-05-02 15:17:18 -04:00
|
|
|
|
2011-05-01 11:43:13 -04:00
|
|
|
<!-- CSS
|
|
|
|
================================================== -->
|
2011-05-06 21:30:05 -04:00
|
|
|
<link rel="stylesheet" href="stylesheets/base.css">
|
2011-05-03 10:36:26 -04:00
|
|
|
<link rel="stylesheet" href="stylesheets/skeleton.css">
|
|
|
|
<link rel="stylesheet" href="stylesheets/layout.css">
|
2011-05-01 11:43:13 -04:00
|
|
|
|
2011-05-22 13:17:31 -04:00
|
|
|
<!-- Favicons
|
2011-05-03 10:36:26 -04:00
|
|
|
================================================== -->
|
2011-05-22 13:17:31 -04:00
|
|
|
<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" />
|
2011-05-01 11:43:13 -04:00
|
|
|
</head>
|
|
|
|
<body>
|
2011-05-06 21:30:05 -04:00
|
|
|
|
|
|
|
|
2011-05-22 13:17:31 -04:00
|
|
|
|
2011-05-15 19:50:51 -04:00
|
|
|
<!-- Primary Page Layout
|
|
|
|
================================================== -->
|
|
|
|
<div class="container">
|
|
|
|
<h1 style="margin-top: 100px; text-align:center">Sorry. Couldn't Find That Page!</h1>
|
|
|
|
</div>
|
2011-05-06 21:30:05 -04:00
|
|
|
|
|
|
|
|
|
|
|
|
2011-05-22 13:17:31 -04:00
|
|
|
<!-- 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>
|
2011-05-06 21:30:05 -04:00
|
|
|
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|