trying to fix the docs situation
This commit is contained in:
		
							
								
								
									
										47
									
								
								404.html
									
									
									
									
									
								
							
							
						
						
									
										47
									
								
								404.html
									
									
									
									
									
								
							| @@ -1,47 +0,0 @@ | ||||
| <!DOCTYPE html> | ||||
| <!--[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]--> | ||||
| <!--[if (gte IE 9)|!(IE)]><!--><html lang="en"> <!--<![endif]--> | ||||
| <head> | ||||
|  | ||||
| 	<!-- Basic Page Needs | ||||
|   ================================================== --> | ||||
| 	<meta charset="utf-8"> | ||||
| 	<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 | ||||
|   ================================================== --> | ||||
| 	<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> | ||||
|  | ||||
| 	<!-- CSS | ||||
|   ================================================== --> | ||||
| 	<link rel="stylesheet" href="stylesheets/base.css"> | ||||
| 	<link rel="stylesheet" href="stylesheets/skeleton.css"> | ||||
| 	<link rel="stylesheet" href="stylesheets/layout.css"> | ||||
|  | ||||
| 	<!-- Favicons | ||||
| 	================================================== --> | ||||
| 	<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"> | ||||
| 		<h1 style="margin-top: 100px; text-align:center">Sorry. Couldn't Find That Page!</h1> | ||||
| 	</div> | ||||
|  | ||||
| <!-- End Document | ||||
| ================================================== --> | ||||
| </body> | ||||
| </html> | ||||
| @@ -1,29 +0,0 @@ | ||||
|  | ||||
| /** | ||||
|  * Skeleton V1.1 | ||||
|  * Copyright 2011, Dave Gamache | ||||
|  * www.getskeleton.com | ||||
|  * Free to use under the MIT license. | ||||
|  * http://www.opensource.org/licenses/mit-license.php | ||||
|  * 8/17/2011 | ||||
|  */ | ||||
|  | ||||
| (function ($) { | ||||
|   // hash change handler | ||||
|   function hashchange () { | ||||
|     var hash = window.location.hash | ||||
|       , el = $('ul.tabs [href*="' + hash + '"]') | ||||
|       , content = $(hash) | ||||
|  | ||||
|     if (el.length && !el.hasClass('active') && content.length) { | ||||
|       el.closest('.tabs').find('.active').removeClass('active'); | ||||
|       el.addClass('active'); | ||||
|       content.show().addClass('active').siblings().hide().removeClass('active'); | ||||
|     } | ||||
|   } | ||||
|  | ||||
|   // listen on event and fire right away | ||||
|   $(window).on('hashchange.skeleton', hashchange); | ||||
|   hashchange(); | ||||
|   $(hashchange); | ||||
| })(jQuery); | ||||
| @@ -1,5 +0,0 @@ | ||||
| # www.robotstxt.org/ | ||||
| # www.google.com/support/webmasters/bin/answer.py?hl=en&answer=156449 | ||||
|  | ||||
| User-agent: * | ||||
|  | ||||
		Reference in New Issue
	
	Block a user