-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (35 loc) · 1.43 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
29
30
31
32
33
34
35
<!DOCTYPE html>
<head>
<link rel="stylesheet" href="template/template.css" type="text/css">
<link rel="icon" href="favicon.ico">
<title>Jeremy's Website</title>
</head>
<body>
<div id="side">
<div id="icon">
<a href="https://jeremykubenjet.com"><img src="favicon.ico" alt="logo" width=100 class="logo"></a>
</div>
<div style="margin-left: 20%;">
<br>
<a href="index.html">home</a>
<br>
<a href="about.html">about</a>
<br>
<a href="stories.html">stories</a>
<br>
<a href="professional.html">professional</a>
</div>
</div>
<div id="main">
<h4>Last Updated 2024-08-01</h4>
<h1>Posts</h1>
<fieldset>
<legend>Purple Crawlers</legend>
<p>Is writing a Pokemon Mystery Dungeon fanfiction cool yet? I don't know, but I think I might try it. High quality writing is explicitly a non-goal, but if you want to read it, take a look <a href="posts/20240715-pmd-pc.html">here</a>!</p>
</fieldset>
<fieldset>
<legend>Stories</legend>
<p>A long while ago I had a writing pad where I'd write little stories. Often they sounded more like excerpts of stories than complete pieces of their own though. I found them quite nice to read so will run an experiment of doing a similar thing digitally, linked <a href="stories.html">here</a>.</p>
</fieldset>
</div>
</body>