www/index.html
2024-05-17 23:49:32 -04:00

28 lines
761 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>frosty</title>
</head>
<body>
<h1>frosty</h1>
<p>Hobbyist developer and Linux enthusiast</p>
<hr>
<p>Code</p>
<ul>
<li><a href="https://gitlab.com/frostalicious">GitLab</a></li>
<li><a href="https://github.com/st0rmw1ndz">GitHub</a></li>
<li><a href="https://codeberg.org/frosty">Codeberg</a></li>
</ul>
<p>Hobbies</p>
<ul>
<li><a href="https://www.flickr.com/photos/frostyfalls">Flickr</a></li>
<li><a href="https://www.last.fm/user/st0rmw1ndz">Last.fm</a></li>
</ul>
</body>
</html>