-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog.html
33 lines (33 loc) · 1.14 KB
/
blog.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta name="description" content="Hello! I'm PROFILE, this is my personal website which contains information about me."/>
<title>profility</title>
<link rel="icon" href="img/profile.jpg">
<link rel="stylesheet" href="/css/main.css">
</head>
<body>
<audio id="music" loop></audio>
<div id="content">
<div id="title">
<div id="navigationWrapper">
<ul style="display: inline;" class="navigation">
<li class="navigationItem">
<a class="link" href="/index.html">Home</a>
</li>
<li class="navigationItem">
<a class="link" href="/blog.html">Blog</a>
</li>
</ul>
<br>
</div>
</div>
<h1>Blog Posts</h1>
<div id="posts">
<a class="link post" href="posts/MakingDiscordBetter.html">Making Discord Better (April 28, 2024) ↗</a><br>
</div>
</div>
</body>
</html>