-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
18 lines (16 loc) · 883 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="description" content="Will's Personal Website">
<meta name="author" content="Will Thompson">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Will's Personal Website</title>
<link rel="icon" type="image/x-icon" href="/images/favicon.svg">
</head>
<body style="font-family: Arial, Helvetica, sans-serif;">
<h1>Will's Personal Website</h1>
<p>Welcome to my simple personal website!</p>
<p>I originally considered using a Hugo template page for static site generation, but I decided to start directly from basics and work my way up. For now you'll just see basic HTML and maybe some CSS when I get around to it. It also just felt like overkill for some simple posts for now.</p>
</body>
</html>