-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
121 lines (66 loc) · 2.3 KB
/
index.html
File metadata and controls
121 lines (66 loc) · 2.3 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
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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta name="generator" content="Hugo 0.17" />
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="referrer" content="no-referrer">
<meta name="description" content="Describe your website">
<base href="http://replace-this-with-your-hugo-site.com/">
<title>
My New Hugo Site
</title>
<link rel="canonical" href="http://replace-this-with-your-hugo-site.com/">
<script type="text/javascript">
var baseURL = 'http:\/\/replace-this-with-your-hugo-site.com\/';
var host = baseURL.substring(0, baseURL.length - 1).replace(/\//g, '');
if ((host === window.location.host) && (window.location.protocol !== 'https:')) {
window.location.protocol = 'https:';
}
</script>
<link rel="stylesheet" href="/css/reset.css">
<link rel="stylesheet" href="/css/pygments.css">
<link rel="stylesheet" href="/css/main.css">
<link rel="shortcut icon"
href="/img/favicon.ico"
>
<link href="http://replace-this-with-your-hugo-site.com/index.xml" rel="alternate" type="application/rss+xml" title="My New Hugo Site" />
</head>
<body lang="">
<section class="header">
<div class="container">
<div class="content">
<a href="/"><div class="name"></div></a>
<nav>
<ul>
<a href="/blog/"><li>Blog</li></a>
<a href="/about/"><li>About</li></a>
<a href="/code/"><li>Code</li></a>
</ul>
</nav>
</div>
</div>
</section>
<section class="icons">
<div class="container">
<div class="content">
<a href="http://replace-this-with-your-hugo-site.com/index.xml">
<i class="icon ion-social-rss larger"></i>
</a>
</div>
</div>
</section>
<section class="main">
<div class="container">
<div class="content">
<div class="page-heading">Blog</div>
<ul>
</ul>
</div>
</div>
</section>
</body>
</html>