-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
97 lines (46 loc) · 1.76 KB
/
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
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<!DOCTYPE html>
<html lang="en-EN">
<head>
<meta name="generator" content="Hugo 0.41" />
<meta charset="UTF-8">
<title>
sitename
</title>
<meta name="viewport" content="width=device-width,user-scalable=no,maximum-scale=1,initial-scale=1">
<link rel="canonical" href="https://brorio.github.io/"/>
<link rel="stylesheet" href="https://brorio.github.io/css/sanitize.css">
<link rel="stylesheet" href="https://brorio.github.io/css/responsive.css">
<link rel="stylesheet" href="https://brorio.github.io/css/highlight_monokai.css">
<link rel="stylesheet" href="https://brorio.github.io/css/theme.css">
<link rel="stylesheet" href="https://brorio.github.io/css/custom.css">
<link href="https://brorio.github.ioindex.xml" rel="alternate" type="application/rss+xml" title="sitename" />
<link href="https://brorio.github.ioindex.xml" rel="feed" type="application/rss+xml" title="sitename" />
</head>
<body>
<div class="container">
<header role="banner">
<div class="row gutters">
<div id="site-title" class="col span_6">
<h1><a href="https://brorio.github.io">sitename</a></h1>
</div>
<div id="social" class="col span_6">
<ul>
<li><a href="enten/hugo-boilerplate" target="_blank">GitHub</a></li>
</ul>
</div>
</div>
</header>
<main id="index" role="main">
<div class="article-header light-gray"><h1>Recent Articles</h1></div>
</main>
<nav>
</nav>
<footer role="contentinfo">
<div style="text-align:center;">
</div>
</footer>
</div>
<script src="https://brorio.github.io/js/highlight.pack.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
</body>
</html>