48 lines
1.1 KiB
HTML
48 lines
1.1 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>
|
|
</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> |