Adding a base framework for github docs
This commit is contained in:
parent
200c3e63e2
commit
f20cff7fb1
0
docsupport/chosen-docs.js
Normal file
0
docsupport/chosen-docs.js
Normal file
16
docsupport/jquery-1.6.min.js
vendored
Normal 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
1
docsupport/style.css
Normal file
|
@ -0,0 +1 @@
|
|||
body { background: black; color: white; }
|
38
index.html
Normal file
38
index.html
Normal 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>
|
Loading…
Reference in a new issue