-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathindex.html
61 lines (42 loc) · 2.11 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Chester WordPress MVC Theme Framework Documentation</title>
<link rel="stylesheet" type="text/css" href="http://documentup.com/stylesheets/themes/v1.css">
<!-- Typekit -->
<script type="text/javascript">
(function() {
var config = {
kitId: 'hjp0pft',
scriptTimeout: 3000
};
var h=document.getElementsByTagName("html")[0];h.className+=" wf-loading";var t=setTimeout(function(){h.className=h.className.replace(/( |^)wf-loading( |$)/g,"");h.className+=" wf-inactive"},config.scriptTimeout);var tk=document.createElement("script");tk.src='//use.typekit.net/'+config.kitId+'.js';tk.type="text/javascript";tk.async="true";tk.onload=tk.onreadystatechange=function(){var a=this.readyState;if(a&&a!="complete"&&a!="loaded")return;clearTimeout(t);try{Typekit.load(config)}catch(b){}};var s=document.getElementsByTagName("script")[0];s.parentNode.insertBefore(tk,s)
})();
</script>
</head>
<body><div id="container">
<div id="nav">
<div id="header">
<a href="#" id="logo">Chester WordPress MVC Theme Framework Documentation</a>
</div>
<ul id="sections">
<li>
<a href="#top-level-navigation">Top level-navigation</a>
</li>
</ul>
<div class="extra twitter">
<iframe allowtransparency="true" frameborder="0" scrolling="no" style="width:162px; height:20px;" src="https://platform.twitter.com/widgets/follow_button.html?screen_name=markirby&show_count=false"></iframe>
</div>
</div>
<div id="content">
<h1>Chester WordPress MVC Theme Framework</h1>
<p>A lightweight wordpress MVC theming framework for people who want to build their own custom themes with an MVC approach
</p>
<h2 id='top-level-navigation'>Top level-navigation</h2 id='top-level-navigation'>
<p>Test</p>
</div>
</div></body>
</html>