You cannot 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
775 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>Hugot</title>
<link rel="stylesheet" type="text/css" href="style.css">
<meta charset="UTF-8">
</head>
<body>
<a href="blog.html">Blog</a>
<h1>Hugo's homepage</h1>
<p>
Hello and welcome to my personal homepage! I'll add some info about my
projects to this page soon. In the mean time, maybe take a look at
my <a href="blog.html">blog</a>
</p>
<p>
Other places you can find me at on the web:
<ul>
<li><a href="https://mstdn.social/@hugot">Fediverse</a></li>
<li><a href="https://github.com/hugot/">GitHub</a></li>
<li><a href="https://git.snorba.art/hugo/">ᕦ⊙෴⊙ᕤ baart</a></li>
</ul>
</p>
</body>
</html>
<!-- Local Variables: -->
<!-- sgml-basic-offset: 1 -->
<!-- End: -->