-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
56 lines (40 loc) · 1.54 KB
/
index.html
File metadata and controls
56 lines (40 loc) · 1.54 KB
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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<title> libOctavo · libOctavo </title>
<link rel="stylesheet" href="http://liboctavo.github.io//css/slim.css">
<link rel="stylesheet" href="http://liboctavo.github.io//css/highlight.min.css">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300,400,600&subset=latin,latin-ext' rel='stylesheet'>
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/apple-touch-icon-144-precomposed.png">
<link rel="shortcut icon" href="/favicon.ico">
<link href="http://liboctavo.github.io/index.xml" rel="alternate" type="application/rss+xml" title="libOctavo" />
</head>
<body>
<div class="container">
<div class="header">
<h1 class="site-title"><a href="http://liboctavo.github.io/">libOctavo</a></h1>
<p class="site-tagline"></p>
<div class="nav">
<a class="nav-btn" href="#">
<span class="ci ci-burger"></span>
</a>
<ul class="nav-list">
<li class="spacer">∾</li>
</ul>
</div>
</div>
<div class="content">
<div class="posts">
</div>
<div class="pagination">
</div>
</div>
<div class="footer">
<p>Powered by <a href="http://gohugo.io">Hugo</a>. This theme—Slim—is open sourced on <a href="https://github.com/zhe/hugo-theme-slim">Github</a>.</p>
</div>
</div>
<script src="http://liboctavo.github.io//js/slim.js"></script>
</body>
</html>