hribhrib.at/contact.html

34 lines
918 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>hribhrib</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="topnav">
<a href='index.html'>Home</a> |
<a href='music.html'>Music</a> |
<a href='games.html'>Games</a> |
<a href='projects.html'>Projects</a> |
<a href='contact.html'>Contact</a>
</div>
<div>
<h1>Contact hribhrib</h1>
<p>You can write me an email or XMPP-message to chris @ this domain.</p>
<p>For encryption use my public pgp key <a href='hribhrib.asc'>here</a>.</p>
</div>
<div>
<h1>Legal notices</h1>
<p>I did not, do not and will not collect any data of the visitors of my websites on purpose. There is no JavaScript or cookies in use. If you do not want my web-server to see your IP-address, use TOR.</p>
<p>I take no responsibilities for links going outside of my server.</p>
</div>
</body>
</html>