32 lines
879 B
HTML
32 lines
879 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>introvertial space</title>
|
||
|
<meta charset="UTF-8">
|
||
|
<link href="css/icons.css" rel="stylesheet">
|
||
|
<link href="css/main.css" rel="stylesheet">
|
||
|
<link href="css/privacy.css" rel="stylesheet">
|
||
|
</head>
|
||
|
<body>
|
||
|
<header>
|
||
|
<img src="media/introvertialspace.svg">
|
||
|
<nav>
|
||
|
<a href="index.html">whoami</a>
|
||
|
<a href="games.html">fav games</a>
|
||
|
<a href="privacy.html">privacy</a>
|
||
|
</nav>
|
||
|
</header>
|
||
|
<main>
|
||
|
This webside does not store any data. <br><br>
|
||
|
Network traffic may be stored temporarily. (Visitor's ip address) <br><br>
|
||
|
<b>Privacy on linked external websites cannot be guaranteed!</b> <br><br>
|
||
|
Linked external websites:
|
||
|
<ul>
|
||
|
<li>https://chaos.social/</li>
|
||
|
<li>https://matrix.to/</li>
|
||
|
<li>https://store.steampowered.com/</li>
|
||
|
</ul>
|
||
|
</main>
|
||
|
</body>
|
||
|
</html>
|