A website for myself, to be hosted at https://tilde.club/~mossy/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
868 B
24 lines
868 B
<!DOCTYPE html> |
|
<html> |
|
<head> |
|
<title>Mossy</title> |
|
<link rel="stylesheet" href="styles.css"> |
|
</head> |
|
<body> |
|
<div class="centralBody"> |
|
<div class="navigation"> |
|
<button class="small" onclick="window.location.href='index.html';">Home</button> |
|
<button class="small" onclick="window.location.href='sociallinks.html';">Social Links</button> |
|
<button class="small focus" onclick="window.location.href='blog.html';">Blog</button> |
|
<button class="small" onclick="window.location.href='topics.html';">Topics</button> |
|
</div> |
|
</div> |
|
<div class="centralBody focus"> |
|
<h1>Blog</h1> |
|
<div class="text"> |
|
This is my personal blog for anything that I think is worth sharing and isn't short enough to put in a <a href="https://mastodon.lol/@mossy/">Mastodon</a> post. |
|
</div> |
|
<!-- Insert blogpost links below --> |
|
</div> |
|
</body> |
|
</html>
|
|
|