-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (28 loc) · 1.24 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
<html>
<head>
<title>Louis Weddall</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<img id="me-pic" src="img/me.png">
<h1>Louis Weddall</h1>
<a class="header-button" href="https://twitter.com/louis_irl1">Twitter</a>
<a class="header-button" href="https://www.youtube.com/channel/UCdX7SRmEmX9ttoJk41zPsbA">YouTube</a>
<a class="header-button" href="mailto:[email protected]">Email</a>
<a class="header-button" href="img/monke.gif">Monke</a>
</header>
<main>
<h2>Blog</h2>
<!-- LB -->
<div class='entry'>
<h3 id='test-post'>Test Post</h3>
<small>[<a href='#test-post'>link</a>—<a href='blog/test-post.html'>standalone</a>]</small>
<p>This is a test of my new blog system. I'm using Luke Smith's lb, which you can check out <a href="https://github.com/LukeSmithxyz/lb">here</a>. I've only been messing with it a bit, so hopefully this ends up working. If you're reading this, then it did. Yay!</p>
<small>Monday, January 18 2021</small>
</div>
</main>
</body>
</html>