38 lines
1.1 KiB
HTML
38 lines
1.1 KiB
HTML
|
<!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>
|