website/blog/index.html

19 lines
379 B
HTML

<html>
<head>
<link rel="stylesheet" href="../styles.css">
<title>~KiiwiiWasTaken Blog!</title>
<style>
ul {
list-style: none;
}
</style>
</head>
<body>
<h1>Welcome!</h1>
<p>Hello and welcome to the blog part of my webpage! I don't have a set schedule on when I update this so... yeah ^^<p>
<ul>
<li><a href="dec20/">December 2020</a></li>
</ul>
</body>
</html>