oops i blinked
This commit is contained in:
@@ -19,14 +19,14 @@
|
||||
<script>
|
||||
function filterGames() {
|
||||
const searchInput = document.getElementById('searchBar').value.toLowerCase();
|
||||
const games = document.querySelectorAll('.game');
|
||||
const games = document.querySelectorAll('a.game');
|
||||
|
||||
games.forEach(game => {
|
||||
const altText = game.querySelector('img').alt.toLowerCase();
|
||||
if (altText.includes(searchInput)) {
|
||||
game.style.display = '';
|
||||
game.parentElement.style.display = '';
|
||||
} else {
|
||||
game.style.display = 'none';
|
||||
game.parentElement.style.display = 'none';
|
||||
}
|
||||
});
|
||||
}
|
||||
@@ -39,7 +39,6 @@
|
||||
<p></p>
|
||||
<p> </p>
|
||||
<div class="one">
|
||||
<div class="two"></div>
|
||||
<div class="game">
|
||||
<a href="/WebGames-master/WebGames-master/tic-tac-toe/index.html"><img src="./assets/tic-tac-toe.png" alt="tic-tac-toe" width="150" height="150"></a>
|
||||
</div>
|
||||
@@ -50,85 +49,60 @@
|
||||
<a href="./DevQuiz/index.html"><img src="./assets/dev_quiz.png" alt="dev quiz" width="150" height="150"></a>
|
||||
</div>
|
||||
<div class="game">
|
||||
<a href="https://hangmangame02.netlify.app/"><img src="assets/hangman.png" alt="hangman" width="150" height="150"></a>
|
||||
|
||||
</div>
|
||||
<div class="game">
|
||||
<a href="games/Snow-Rider3D-main/Snow-Rider3D-main/index.html"><img src="assets/snnowriders3d.jpeg" alt="snow rider" width="150" height="150"></a>
|
||||
|
||||
</div>
|
||||
<div class="game">
|
||||
<a href="games/HexGL-master/HexGL-master/index.html"><img src="assets/HexGL256.png" alt="hex gl" width="150" height="150"></a>
|
||||
</div>
|
||||
<div class="game">
|
||||
<a href="games/zTunnel-Rush.html"><img src="assets/tunelrush.jpeg" alt="tunnel rush" width="150" height="150"></a>
|
||||
</div>
|
||||
<div class="game">
|
||||
<a href="games/Learn-To-Fly-2-main/Learn-To-Fly-2-main/index.html"><img src="assets/learn-to-fly-2.jpeg" alt="learn to fly 2" width="150" height="150"></a>
|
||||
</div>
|
||||
<div class="game">
|
||||
<a href="games/Slope-Game-main/Slope-Game-main/index.html"><img src="assets/slope.jpeg" alt="slope" width="150" height="150"></a>
|
||||
</div>
|
||||
<div class="game">
|
||||
<a href="/henry_stick_man.html"><img src="assets/stealing-the-dimend.jpeg" alt="henry stick man" width="150" height="150"></a>
|
||||
</div>
|
||||
<div class="game">
|
||||
<a href="games/Basketball-Legends-2020-gh-pages/Basketball-Legends-2020-gh-pages/index.html"><img src="assets/2020.avif" alt="Basketball Legends" width="150" height="150"></a>
|
||||
</div>
|
||||
<div class="game">
|
||||
<a href="games/tanuki-sunset-master/index.html"><img src="assets/taunki.jpeg" alt="tanuki sunset" width="150" height="150"></a>
|
||||
</div>
|
||||
<div class="game">
|
||||
<a href="/Fanf.html"><img src="assets/anan.jpeg" alt="Fnaf Collection" width="150" height="150"></a>
|
||||
</div>
|
||||
<div class="game">
|
||||
<a href="games/The-Shadow-Reform.html"><img src="assets/kaertt.png" alt="The Shadow Reform" width="150" height="150"></a>
|
||||
</div>
|
||||
<div class="game">
|
||||
<a href=""><img src="" alt="" width="150" height="150"></a>
|
||||
</div>
|
||||
<div class="game">
|
||||
<a href=""><img src="" alt="" width="150" height="150"></a>
|
||||
</div>
|
||||
<div class="game">
|
||||
<a href=""><img src="" alt="" width="150" height="150"></a>
|
||||
</div>
|
||||
<div class="game">
|
||||
<a href=""><img src="" alt="" width="150" height="150"></a>
|
||||
</div>
|
||||
<div class="game">
|
||||
<a href=""><img src="" alt="" width="150" height="150"></a>
|
||||
|
||||
</div>
|
||||
|
||||
<a href="https://hangmangame02.netlify.app/"><img src="assets/hangman.png" alt="hangman" width="150" height="150"></a>
|
||||
<a href="games/Snow-Rider3D-main/Snow-Rider3D-main/index.html"><img src="assets/snnowriders3d.jpeg" alt="snow rider" width="150" height="150"></a>
|
||||
<a href="games/HexGL-master/HexGL-master/index.html"><img src="assets/HexGL256.png" alt="hex gl" width="150" height="150"></a>
|
||||
<a href="games/zTunnel-Rush.html"><img src="assets/tunelrush.jpeg" alt="tunnel rush" width="150" height="150"></a>
|
||||
<a href="games/Learn-To-Fly-2-main/Learn-To-Fly-2-main/index.html"><img src="assets/learn-to-fly-2.jpeg" alt="learn to fly 2" width="150" height="150"></a>
|
||||
<a href="games/Slope-Game-main/Slope-Game-main/index.html"><img src="assets/slope.jpeg" alt="slope" width="150" height="150"></a>
|
||||
<a href="/henry_stick_man.html"><img src="assets/stealing-the-dimend.jpeg" alt="henry stick man" width="150" height="150"></a>
|
||||
<a href="games/Basketball-Legends-2020-gh-pages/Basketball-Legends-2020-gh-pages/index.html"><img src="assets/2020.avif" alt="Basketball Legends" width="150" height="150"></a>
|
||||
<a href="games/tanuki-sunset-master/index.html"><img src="assets/taunki.jpeg" alt="tanuki sunset" width="150" height="150"></a>
|
||||
<a href="/Fanf.html"><img src="assets/anan.jpeg" alt="Fnaf Collection" width="150" height="150"></a>
|
||||
<a href="games/The-Shadow-Reform.html"><img src="assets/kaertt.png" alt="The Shadow Reform" width="150" height="150"></a>
|
||||
<a href="games/Kirby's-Dreamland-3-Maker.html"><img src="assets/images3.jpeg" alt="Kirby's Dreamland 3 Maker" width="150" height="150"></a>
|
||||
<a href="/wedrowemdlemtest/webretro-master/webretro-master/embed/Mario-Kart-64.html"><img src="assets/mareoc64.jpeg" alt="Mario Kart 64" width="150" height="150"></a>
|
||||
<a href="stuftochanch/isaac.html"><img src="assets/isik.jpeg" alt="isaac rath or the lam" width="150" height="150"></a>
|
||||
<a href="/wedrowemdlemtest/webretro-master/webretro-master/embed/EarthBound.html"><img src="assets/earthbound.png" alt="earth bound" width="150" height="150"></a>
|
||||
<a href="games2/game/drift-boss/index.html"><img src="games2/assets/drift-boss.jpg" alt="drift boss" width="150" height="150"></a>
|
||||
<a href=""><img src="" alt="" width="150" height="150"></a>
|
||||
<a href=""><img src="" alt="" width="150" height="150"></a>
|
||||
<a href=""><img src="" alt="" width="150" height="150"></a>
|
||||
<a href=""><img src="" alt="" width="150" height="150"></a>
|
||||
<a href=""><img src="" alt="" width="150" height="150"></a>
|
||||
<a href=""><img src="" alt="" width="150" height="150"></a>
|
||||
<a herf=""><img src="" alt="" width="150" height="150"></a>
|
||||
</div>
|
||||
</body>
|
||||
</body>
|
||||
</center>
|
||||
</html>
|
||||
<noscript>
|
||||
test area
|
||||
{
|
||||
name: "The Shadow Reform",
|
||||
image: "assets/kaertt.png",
|
||||
link: "games/The-Shadow-Reform.html",
|
||||
},
|
||||
</noscript>
|
||||
<html>
|
||||
<style>
|
||||
.version {
|
||||
position: fixed;
|
||||
bottom: 10px;
|
||||
right: 10px;
|
||||
background-color: #f1f1f1;
|
||||
padding: 5px 10px;
|
||||
border-radius: 5px;
|
||||
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
|
||||
font-family: Arial, sans-serif;
|
||||
font-size: 14px;
|
||||
}
|
||||
</style>
|
||||
<style>
|
||||
.version {
|
||||
position: fixed;
|
||||
bottom: 10px;
|
||||
right: 10px;
|
||||
background-color: #f1f1f1;
|
||||
padding: 5px 10px;
|
||||
border-radius: 5px;
|
||||
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
|
||||
font-family: Arial, sans-serif;
|
||||
font-size: 14px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="version" id="versionDisplay"></div>
|
||||
|
||||
<script>
|
||||
document.getElementById('versionDisplay').textContent = 'Version 2.44.0';
|
||||
</script>
|
||||
<div class="version" id="versionDisplay"></div>
|
||||
|
||||
<script>
|
||||
document.getElementById('versionDisplay').textContent = 'Version 2.44.0';
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user