-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (21 loc) · 730 Bytes
/
index.html
File metadata and controls
22 lines (21 loc) · 730 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
---
<!DOCTYPE html>
<html lang="en">
<head>
<title>{{ site.author }}</title>
<link rel="stylesheet" type="text/css" href="/assets/css/index.css">
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;" />
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Roboto:wght@400;500&display=swap" rel="stylesheet">
</head>
<body>
<img src="assets/svg/icon-red.svg" id="icon">
<nav>
<ul>
<li><a href="/posts">Blog</a></li>
<li><a href="/about">About</a></li>
<li><a href="/projects">Projects</a></li>
</ul>
</nav>
</body>
</html>