2022-11-10 20:44:15 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<title>StartPage</title>
|
|
|
|
<link rel="stylesheet" href="style.css">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class=outer>
|
|
|
|
<div class=middle>
|
2022-11-11 15:09:46 +01:00
|
|
|
<form id="searchform" action="http://localhost:8888/search?q=" method="get">
|
2022-11-10 20:44:15 +01:00
|
|
|
<input id="search" placeholder="Search" type="text" name="q" autocomplete="off" data-type="query" />
|
|
|
|
</form>
|
|
|
|
<div class="main">
|
|
|
|
<div class="category">
|
|
|
|
<h2>Tools</h2>
|
|
|
|
<a class="link" href="https://temp-mail.org">Temp Mail</a>
|
|
|
|
<a class="link" href="https://www.testufo.com/photo#photo=alien-invasion.png&pps=1920&pursuit=0&height=-1&stutterfreq=0&stuttersize=0">UFO Test</a>
|
|
|
|
<a class="link" href="https://127.0.0.1:8384/">Syncthing</a>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="category">
|
|
|
|
<h2>Linux Gaming</h2>
|
|
|
|
<a class="link" href="https://areweanticheatyet.com/">Are we anticheat yet!</a>
|
|
|
|
<a class="link" href="https://protondb.com/">ProtonDB</a>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="category">
|
|
|
|
<h2>Fun</h2>
|
|
|
|
<a class="link" href="https://piped.kavin.rocks">Piped</a>
|
|
|
|
<a class="link" href="https://odysee.com/$/following">Odysee</a>
|
|
|
|
<a class="link" href="https://incremancer.gti.nz/">Incremancer</a>
|
|
|
|
<a class="link" href="https://monkeytype.com/?customTheme=WyIjMjQyNzNhIiwiI2E2ZGE5NSIsIiNmNGRiZDYiLCIjNWI2MDc4IiwiIzViNjA3OCIsIiNjYWQzZjUiLCIjZWQ4Nzk2IiwiI2VlOTlhMCIsIiNlZDg3OTYiLCIjZWU5OWEwIl0%3D">MonkeType</a>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="category">
|
|
|
|
<h2>Privacy</h2>
|
|
|
|
<a class="link" href="https://filen.io">Filen</a>
|
|
|
|
<a class="link" href="https://app.simplelogin.io/dashboard/">SimpleLogin</a>
|
|
|
|
<a class="link" href="https://haveibeenpwned.com/">Have I Been Pwned</a>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="category">
|
|
|
|
<h2>Generic</h2>
|
|
|
|
<a class="link" href="https://yts.mx/">Yts Movies</a>
|
|
|
|
<a class="link" href="https://www.1377x.to/">1377x.to</a>
|
|
|
|
<a class="link" href="https://libgen.st/">Library Genesis</a>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="category">
|
|
|
|
<h2>Weeb Shit</h2>
|
|
|
|
<a class="link" href="https://nyaa.si/">nyaa.si</a>
|
|
|
|
<a class="link" href="https://anilist.to">anilist</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|