-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathauthors.html
39 lines (29 loc) · 1.54 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>samuel - Authors</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/pure/0.6.0/pure-min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/pure/0.6.0/grids-responsive-min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.4.0/css/font-awesome.min.css" />
<link rel="stylesheet" href="https://samuelololol.github.io/theme/css/main.css" />
<link href="https://samuelololol.github.io/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="samuel Full Atom Feed" />
</head>
<body>
<div class="navigation pure-menu pure-menu-horizontal">
<a href="https://samuelololol.github.io/" class="pure-menu-heading pure-menu-link">samuel</a>
<ul class="pure-menu-list">
<li class="pure-menu-item"></li>
<li class="pure-menu-item"><a href="https://samuelololol.github.io/category/blog.html" class="pure-menu-link">blog</a></li>
</ul>
</div>
<h1>Authors on samuel</h1>
<ul> <li><a href="https://samuelololol.github.io/author/samuelololol.html">samuelololol</a> (10)</li>
</ul>
<footer class="index-footer">
<a href="https://samuelololol.github.io/" title="samuel">samuel</a>
<a href="https://samuelololol.github.io/category/blog.html">blog</a>
</footer>
</body>
</html>