lkarch.org/sitemap.html
MrAlienBoiGithub 90b3f23f85 Fixed Run 3
Maybe
2022-11-02 21:45:39 -04:00

52 lines
1.3 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/run3/index.html">constructs</a>
<br>
<a href="tools/calculator/index.html">geometrytool2</a>
<br>
<a href="tools/ducklife3/index.html">ducklife3</a>
<br>
<a href="tools/retro-bowl/index.html">everybody likes retro-bowl apparently</a>
<br>
<a href="tools/ducklife4/index.html">ducklife4</a>
<br>
<a href="tools/btd4/index.html">Bloons Tower Defence 4</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>