-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDev.html
72 lines (67 loc) · 2.51 KB
/
Dev.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
62
63
64
65
66
67
68
69
70
71
72
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Dev</title>
<link rel="stylesheet" href="/stylesheets/screen.css" type="text/css" charset="utf-8" />
<link rel="stylesheet" href="/stylesheets/stylesheet.css" type="text/css" charset="utf-8" />
<link rel="stylesheet" href="/stylesheets/gollum.css" type="text/css" charset="utf-8" />
<link rel="stylesheet" href="/stylesheets/syntax.css" type="text/css" charset="utf-8" />
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print" />
<script src="/javascripts/jquery-1.4.2.min.js" type="text/javascript"></script>
<script src="/javascripts/jquery.text_selection-1.0.0.min.js" type="text/javascript"></script>
<script src="/javascripts/jquery.previewable_comment_form.js" type="text/javascript"></script>
<script src="/javascripts/jquery.tabs.js" type="text/javascript"></script>
<script src="/javascripts/gollum.js" type="text/javascript"></script>
<script src="/javascripts/MathJax/MathJax.js" type="text/javascript">
MathJax.OutputJax.fontDir = "http://github-assets.s3.amazonaws.com/javascripts/MathJax/fonts"
MathJax.Hub.Config({
jax: ["input/TeX", "output/HTML-CSS"]
})
</script>
</head>
<body>
<header>
<div class="inner">
<h1>零時政府 g0v.tw</h1>
<a href="https://github.com/g0v" class="button"><small>View projects on</small>GitHub</a>
</div>
</header>
<div id="content-wrapper">
<div class="inner clearfix">
<section id="main-content">
<div id="main">
<div class="site">
<div id="guides">
<div class="guide">
<div class="main">
<div class="actions">
<div>
<a href="/Home.html">Home</a>
</div>
</div>
<h1>Dev</h1>
<div class="content wikistyle gollum markdown">
<h1>dev center<a class="anchor" id="dev-center" href="#dev-center"></a></h1>
</div>
</div>
</div>
<div class="admin">
<div style="float: left;">
<small>Last edited by <b>ipaaa</b>, 2013-01-13 17:33:07</small>
</div>
</div>
</div>
</div>
</div>
</section>
<aside id="sidebar">
<h2>如何參與</h2>
<ul>
<li>IRC: #g0v.tw on freenode</li>
</ul>
</aside>
</div>
</div>
</body>
</html>