-
Notifications
You must be signed in to change notification settings - Fork 0
/
authors.html
executable file
·62 lines (53 loc) · 1.87 KB
/
authors.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
<!doctype html>
<html lang="">
<head>
<meta charset="utf-8"/>
<title>Restart - Authors</title>
<meta name="author" content="wxz" />
<meta name="copyright" content="wxz" />
<meta property="og:site_name" content="Restart" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Restart" />
<meta property="og:type" content="website" />
<meta property="og:locale" content="en" />
<meta property="og:title" content="Restart" />
<meta property="og:url" content="./authors.html" />
<meta name="HandheldFriendly" content="True" />
<meta name="MobileOptimized" content="320" />
<meta name="viewport" content="width=device-width, target-densitydpi=160dpi, initial-scale=1.0" />
<link rel="shortcut icon" href="./favicon.ico" type="image/x-icon" />
<link rel="icon" href="./favicon.ico" type="image/x-icon" />
<link href='https://fonts.googleapis.com/css?family=Droid+Sans:700,400|Droid+Sans+Mono' rel='stylesheet' type='text/css' />
<link rel="stylesheet" href="./theme/css/main.css" type="text/css" />
<!--[if lt IE 9]>
<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<header class="clearfix" role="banner">
<div class="wrapper">
<h1 class="huge"><a href=".">Restart</a></h1>
</div>
</header>
<h1>Authors on Restart</h1>
<ul>
<li><a href="./author/wxz.html">wxz</a> (4)</li>
</ul>
<footer class="clearfix">
<div class="wrapper pages">
<ul class="nav">
<li><a href="./archives.html">Archive</a></li>
</ul>
</div>
<div class="copy wrapper">
<ul class="social">
<li><a href="https://dianyi.ng/">You can add links in your config file</a></li>
<li><a href="#">Another social link</a></li>
</ul>
<p role="contentinfo"> © 2017 wxz
<br>
Proudly powered by <a href="http://alexis.notmyidea.org/pelican/">Pelican</a>.</p>
</div>
</footer>
</body>
</html>