lkarch.org/sitemap.html
2022-11-10 17:20:23 -05:00

91 lines
3.6 KiB
HTML

<!DOCTYPE html>
<html class="noscroll">
<head>
<title>Sitemap</title>
<link rel="shortcut icon" href="globe.gif" type="image/x-icon">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
</head>
<body>
<a href="index.html"><img src="imgs/back.png" alt="back" style="width: 32px; height: 32px;"> </a>
<br>
<p style="text-align: center;font-size: large; font-family: 'Courier New', Courier, monospace;">Click an image to go to its corresponding page.</p>
<br>
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
<a href="tools/calculator"><img class="br" src="imgs/calculator.png" alt="calculator" style="width: 100px; height: 100px;"></a>
&nbsp;
<a href="tools/retro-bowl"><img src="imgs/retrobowl.png" alt="retro-bowl" style="width: 100px; height: 100px;"></a>
&nbsp;
<a href="tools/btd4"><img src="imgs/btd4.jpg" alt="BTD4" style="width: 100px; height: 100px;"></a>
&nbsp;
<a href="tools/swfs"><img src="imgs/flash.png" alt="Flash Player" style="width: 100px; height: 100px;"></a>
&nbsp;
<a href="tools/2048"><img src="imgs/2048.png" alt="2048" style="width: 100px; height: 100px;"></a>
&nbsp;
<a href="tools/sm64"><img src="imgs/sm64.jpg" alt="sm64" style="width: 100px;height: 100px;"></a>
&nbsp;
<a href="tools/mc-classic"><img src="imgs/minecraft.png" alt="minecraft" style="width: 100px;height: 100px;"></a>
&nbsp;
<a href="tools/geometry"><img src="imgs/Geometry_Dash_Logo.png" alt="Geometry Dash" style="width: 100px;height: 100px;"></a>
&nbsp;
<a href="tools/fireboy-and-watergirl-forest-temple"><img src="imgs/fbwg.jpg" alt="Fireboy and Watergirl Forest Temple" style="width: 100;height: 100px;"></a>
&nbsp;
<a href="tools/dinosaur"><img src="imgs/Dinosaur.png" alt="Dinosaur Game" style="width: 100px;height: 100px;"></a>
&nbsp;
<a href="tools/vex3"><img src="imgs/vex3.jpg" alt="vex3" style="width: 100px;height: 100px;"></a>
<br>
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
<a href="tools/vex4"><img src="imgs/vex4.jpg" alt="vex4" style="width: 100px;height: 100px;"></a>
&nbsp;
<a href="tools/vex5"><img src="imgs/Vex5.jpg" alt="vex5" style="width: 100px;height: 100px;"></a>
&nbsp;
<a href="tools/flash/?swf=ducklife3.swf"><img src="imgs/ducklife3.jpg" alt="ducklife3" style="width: 100px;height: 100px;"></a>
&nbsp;
<a href="tools/flash/?swf=theimpossiblequiz.swf"><img src="imgs/quiz.jpg" alt="theimpossiblequiz" style="width: 100px;height: 100px;"></a>
&nbsp;
<a href="tools/flash/?swf=theimpossiblequiz2.swf"><img src="imgs/quiz2.jpg" alt="theimpossiblequiz2" style="width: 100px;height: 100px;"></a>
&nbsp;
<a href="tools/flash/?swf=ducklife2.swf"><img src="imgs/ducklife2.jpg" alt="ducklife2" style="width: 100px;height:100px"></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%;
}
}
</style>
<style>
.noscroll::-webkit-scrollbar {
display: none;
}
.noscroll {
-ms-overflow-style: none;
scrollbar-width: none;
}
</style>
</html>