Root commit.
This commit is contained in:
commit
f69f14ddbd
61
index.html
Normal file
61
index.html
Normal file
@ -0,0 +1,61 @@
|
||||
<!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>
|
||||
<form id="searchform" action="https://www.startpage.com/rvd/search?query=" method="get">
|
||||
<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>
|
57
style.css
Normal file
57
style.css
Normal file
@ -0,0 +1,57 @@
|
||||
body {
|
||||
background-color: #181926;
|
||||
color: #cad3f5;
|
||||
}
|
||||
|
||||
.outer {
|
||||
display: table;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
height: 100%;
|
||||
width: 99.49%;
|
||||
}
|
||||
|
||||
.middle {
|
||||
display: table-cell;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
input[type=text] {
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
width: 50%;
|
||||
height: 40px;
|
||||
padding: 20px 20px;
|
||||
box-sizing: border-box;
|
||||
border: none;
|
||||
border-radius: 200px;
|
||||
font-size: 10px;
|
||||
background-color: #24273a;
|
||||
margin-bottom: 2%;
|
||||
margin-top: -10%;
|
||||
color: #cad3f5;
|
||||
}
|
||||
|
||||
.main {
|
||||
display: block;
|
||||
margin: auto;
|
||||
width: fit-content;
|
||||
border: 4px solid #24273a;
|
||||
}
|
||||
|
||||
.category {
|
||||
display: inline-block;
|
||||
padding: 10px;
|
||||
vertical-align: top;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.link {
|
||||
display: block;
|
||||
color: #939ab7;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
}
|
Loading…
Reference in New Issue
Block a user