-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathDev.html
49 lines (47 loc) · 1.57 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
<!doctype html>
<html>
<head>
<meta charset="utf8">
<title>零時政府 g0v.tw</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" />
</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="content wikistyle gollum markdown">
<h1>dev center</h1>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<aside id="sidebar">
<h2>如何參與</h2>
<ul>
<li>IRC: #g0v.tw on freenode</li>
</ul>
<h2>IRC 即時記錄</h2>
<iframe class="logbot" style="height: 500px;" src="http://logbot.owo.tw/widget/g0v.tw"><a href="http://logbot.owo.tw/channel/g0v.tw">#g0v.tw on Logbot</a></iframe>
</aside>
</div>
</div>
</body>
</html>