Adding a base framework for github docs

gh-pages
Patrick Filler 2011-05-05 11:16:16 -04:00
parent 200c3e63e2
commit f20cff7fb1
4 changed files with 55 additions and 0 deletions

View File

16
docsupport/jquery-1.6.min.js vendored Normal file

File diff suppressed because one or more lines are too long

1
docsupport/style.css Normal file
View File

@ -0,0 +1 @@
body { background: black; color: white; }

38
index.html Normal file
View File

@ -0,0 +1,38 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Chosen - a javascript select thingy</title>
<meta name="description" content="">
<meta name="author" content="Patrick Filler, Harvest">
<!-- Place favicon.ico & apple-touch-icon.png in the root of your domain and delete these references -->
<link rel="shortcut icon" href="/favicon.ico">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<!-- CSS: implied media="all" -->
<link rel="stylesheet" href="docsupport/style.css">
</head>
<body>
<div id="container">
<header>
</header>
<div id="main" role="main">
</div>
<footer>
</footer>
</div>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.6/jquery.js"></script>
<script>window.jQuery || document.write("<script src='docsupport/jquery-1.6.min.js'>\x3C/script>")</script>
<script src="docsupport/chosen-docs.js"></script>
</body>
</html>