first draft of index.html
This commit is contained in:
parent
384839bdc4
commit
8cb232a86b
33
index.html
Normal file
33
index.html
Normal file
@ -0,0 +1,33 @@
|
||||
<!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>
|
||||
|
||||
<h3>Hi, I'm Filip and this is my website!</h3>
|
||||
|
||||
<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 repo with this website's code.</p>
|
||||
|
||||
<p>Alternatively, you can have take advantage of my <a href="https://search.cloussaq.net">SearXNG instance</a>.</p>
|
||||
|
||||
<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>
|
Loading…
Reference in New Issue
Block a user