43 lines
1.9 KiB
HTML
43 lines
1.9 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<title>starlights page</title>
|
|
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
|
<meta name="description" content="" />
|
|
<link rel="stylesheet" type="text/css" href="style.css" />
|
|
<link rel="icon" href="./img/catwow.gif">
|
|
</head>
|
|
|
|
<body>
|
|
<h1><span class="star">star</span><span class="light">light</span></h1>
|
|
<p class="white">^_^</p>
|
|
<div class="buttons">
|
|
<a href="https://git.stardust.wtf/starlight" target="_blank"><img alt="git" width="80" height="80"
|
|
src="./img/git.svg"></a>
|
|
<a href="https://kitty.community/@starlight" target="_blank"><img alt="fediverse" width="80"
|
|
height="80" src="./img/fedi.svg"></a>
|
|
</div>
|
|
<hr class="movinggradient">
|
|
<h2>services</h2>
|
|
<div class="buttons">
|
|
<a href="https://git.stardust.wtf" target="_blank"><img alt="gitea" width="80" height="80"
|
|
src="./img/gitea.svg"></a>
|
|
<a href="https://kitty.community" target="_blank"><img alt="iceshrimp" width="80" height="80"
|
|
src="./img/iceshrimp.svg"></a>
|
|
<a href="https://search.stardust.wtf" target="_blank"><img alt="searxng" width="80" height="80"
|
|
src="./img/searxng.svg"></a>
|
|
<a href="https://drasl.stardust.wtf" target="_blank"><img alt="drasl" width="80" height="80"
|
|
src="./img/drasl.svg"></a>
|
|
</div>
|
|
|
|
<div class="sillylittlethings">
|
|
<img alt="THIS SITE IS HENTAI FREE. Lookin' for it? Leave." src="./img/hentaifree.webp" width="88">
|
|
</div>
|
|
|
|
<img class="spinnycat" id="cornerimg" alt=":3c" width="64px" src="./img/3c.png">
|
|
</body>
|
|
|
|
</html>
|