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.
32 lines
1.5 KiB
32 lines
1.5 KiB
<!DOCTYPE html> |
|
<html> |
|
<a rel="me" href="https://cybre.space/@mossy"></a> |
|
<a rel="me" href="https://toki.social/@mossy"></a> |
|
<head> |
|
<title>Mossy</title> |
|
<link rel="stylesheet" href="styles.css"> |
|
</head> |
|
<body> |
|
<div class="centralBody"> |
|
<div class="navigation"> |
|
<button class="small focus" onclick="window.location.href='index.html';">Home</button> |
|
<button class="small" onclick="window.location.href='sociallinks.html';">Social Links</button> |
|
<button class="small" 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>Mossy's Website</h1> |
|
<div class="text"> |
|
Hello! Welcome to my personal website, a place where I can show off any fun things I'm interested in.<br> |
|
The website is hosted on <a href="https://tilde.club/">tilde.club</a> and it's source code is available on <a href="https://codeberg.org/mossy/personal-site/">Codeberg</a>.<br> |
|
Please also note that this website is currently under construction, so some pages may be incomplete or missing. |
|
</div> |
|
<h1>About Me</h1> |
|
<div class="text"> |
|
I go by Mossy or MossyMossMoss online. My pronouns are they/them.<br> |
|
I’m a developer, a toki pona speaker and a dungeon master. There's lots more to discover on the site about my specific interests under the <a href="topics.html">Topics</a> page. |
|
</div> |
|
</div> |
|
</body> |
|
</html>
|
|
|