54 lines
1.4 KiB
HTML
54 lines
1.4 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/constructs3/index.html">constructs</a>
|
|
<br>
|
|
<a href="tools/mathisfun/www.mathsisfun.com/index.html">geometrytool</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> |