lkarch.org/sitemap.html
2022-11-03 15:12:41 -04:00

62 lines
1.6 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>Sitemap</title>
<link rel="shortcut icon" href="globe.gif" type="image/x-icon">
</head>
<body>
<a href="index.html">back</a>
<br>
<a href="tools/calculator/index.html">Calculator</a>
<br>
<a href="tools/retro-bowl/index.html">Retro-bowl</a>
<br>
<a href="tools/btd4/index.html">BTD4</a>
<br>
<a href="tools/swfs/index.html">Flash</a>
<br>
<a href="tools/2048/index.html">2048</a>
<br>
<a href="tools/astray/index.html">Astray</a>
<br>
<a href="tools/sm64/index.html">sm64</a>
<br>
<a href="tools/mc-classic/index.html">Block game</a>
<br>
<a href="tools/geometry/index.html">Geometry dash but bad</a>
<br>
<a href="tools/fireboy-and-watergirl-forest-temple/index.html">Fireboy and Watergirl Forest Temple</a>
<br>
<a href="tools/dinosaur/index.html">The Famous Dinosaur Game</a>
</body>
<style>
html, body {
width: 100%;
height:100%;
}
body {
background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
background-size: 400% 400%;
animation: gradient 15s ease infinite;
}
@keyframes gradient {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
}
body {
overflow-x: hidden; /* Hide scrollbars */
}
body {
overflow-y: hidden; /* Hide scrollbars */
}
</style>
</html>