website/index.html

34 lines
1.3 KiB
HTML
Raw Permalink Normal View History

2022-10-20 16:03:44 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
</head>
<body>
<style>
html, body {background-color: #353634; color: #F2E3C6; margin: 1em; margin-left: 4em; margin-right: 4em; line-height: 1.4;}
article { font-size: 20px; width: 40em; margin: auto; margin-top: 4em; }
a:link { color: #e6324b; text-decoration: underline;}
a:visited { color: #e6324b; }
a:hover { text-decoration: none;}
#note { font-size: 16px; padding-top: 1em;}
</style>
<main>
<article>
2022-10-21 21:02:55 +00:00
<h2>Hi, I'm Filip and this is my website!</h2>
2022-10-20 16:03:44 +00:00
<p>There's currently not that much to see here, but you might be interested in checking out the self-hosted <a href="https://git.filipkratochvil.com">Gitea instance</a> that also includes a <a href="https://git.filipkratochvil.com/filip/website">repo</a> with this website's code.</p>
2022-10-20 16:03:44 +00:00
2022-10-21 21:02:55 +00:00
<p>Alternatively, you can take advantage of my <a href="https://search.cloussaq.net">SearXNG instance</a>.</p>
2022-10-20 16:03:44 +00:00
<p>There's also an XMPP server, but new registrations are curretly not possible. Maybe in the future.</p>
<p id="note">Please note that this website has been created mostly for presentational and learning purposes and offers little informational value. Sometimes things are just done for the sake of being done :)</p>
</article>
</main>
</body>
</html>