-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (27 loc) · 757 Bytes
/
index.html
File metadata and controls
28 lines (27 loc) · 757 Bytes
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
<html>
<head>
<meta charset='utf-8'>
<title>karissa wingate's github things</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta http-equiv="Content-Language" content="en"/>
<meta name="viewport" content="width=device-width"/>
<link rel="stylesheet" media="all" href="/assets/css/main.css"/>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<a class="navbar-link" href="/code">Code</a>
<a class="navbar-link"href="/blog">Blog</a>
<a class="navbar-link"href="https://www.windroseleather.com">Leather</a>
<a class="navbar-link"href="https://www.withalumpofsalt.com">Life</a>
</nav>
</header>
<div class="main-content">
<section role="main"></section>
</div>
<footer>
</footer>
</div>
</body>
</html>