-
Notifications
You must be signed in to change notification settings - Fork 6
/
index.html
24 lines (23 loc) · 816 Bytes
/
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
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Wikitpage by peihsinsu</title>
<link rel="stylesheet" href="wiki/stylesheets/styles.css">
<link rel="stylesheet" href="wiki/stylesheets/pygment_trac.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div style="width:100%;height:100%;text-align:center;vertical-align:middle">
<a href="wiki/index.html">
<img src="wiki/images/wikitpage.png"/>
</a>
<p>
Build using <a href="">marked.js</a>, host only <a href-"https://github.com">Github</a>
</p>
</div>
</body>
</html>