-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
48 lines (37 loc) · 1.1 KB
/
index.html
File metadata and controls
48 lines (37 loc) · 1.1 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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta name="generator" content="Hugo 0.38.2" />
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Nathan Benjamin's Irrelevant Musings</title>
<link rel="stylesheet" type="text/css" media="screen" href="/css/reset.css" />
<link rel="stylesheet" type="text/css" media="screen" href="/css/main.css" />
<link rel="stylesheet" type="text/css" media="screen" href="/css/posts.css" />
</head>
<body>
<div class="grid-container">
<div class="sidebar">
<div class="logo">
<a href="/">
<img src="/images/header.jpg" alt="placeholder logo">
</a>
</div>
<div class="tagline">
Witty tagline.
</div>
</div>
<div class="main-content">
<div class="posts-listing">
</div>
<nav class="pagination" role="navigation">
<span class="page-number">Page 1 of 0</span>
</nav>
<footer class="footer">
Footer
</footer>
</div>
</div>
</body>
</html>