-
Notifications
You must be signed in to change notification settings - Fork 0
/
hello.html
33 lines (29 loc) · 900 Bytes
/
hello.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
<!DOCTYPE HTML>
<html>
<head>
<link rel="Stylesheet" type="text/css" href="/static/css/style.css">
<link rel="Stylesheet" type="text/css" href="/static/css/tango.css">
<title>Hello - </title>
<meta name="keywords" content=""/>
<meta name="description" content=""/>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<div id="container">
<div id="header">
<div id="post-nav"><a href="/">Home</a> » Hello</div>
</div>
<div class="clearfix"></div>
<div id="title">Hello</div>
<div id="content">
<p>Hello, world.</p>
</div>
</div>
<div id="footer">
<span>
Copyright © 2012-2014 .
Powered by <a href="http://simiki.org/" target="_blank">Simiki</a>.
</span>
</div>
</body>
</html>