done for 2nd
This commit is contained in:
@@ -47,28 +47,40 @@
|
|||||||
<a href="/WebGames-master/WebGames-master/BubbleGame/index.html"><img src="/WebGames-master/WebGames-master/assets/the_bubble_game.png" alt="The Bubble Game" width="150" height="150"></a>
|
<a href="/WebGames-master/WebGames-master/BubbleGame/index.html"><img src="/WebGames-master/WebGames-master/assets/the_bubble_game.png" alt="The Bubble Game" width="150" height="150"></a>
|
||||||
</div>
|
</div>
|
||||||
<div class="game">
|
<div class="game">
|
||||||
<a href="./DevQuiz/index.html"><img src="./assets/dev_quiz.png" alt="dev_quiz" width="150" height="150"></a>
|
<a href="./DevQuiz/index.html"><img src="./assets/dev_quiz.png" alt="dev quiz" width="150" height="150"></a>
|
||||||
</div>
|
</div>
|
||||||
<div class="game">
|
<div class="game">
|
||||||
<a href="https://hangmangame02.netlify.app/"><img src="assets/hangman.png" alt="hang man" width="150" height="150"></a>
|
<a href="https://hangmangame02.netlify.app/"><img src="assets/hangman.png" alt="hangman" width="150" height="150"></a>
|
||||||
</div>
|
</div>
|
||||||
<div class="game">
|
<div class="game">
|
||||||
<a href=""><img src="" alt="" 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>
|
||||||
</div>
|
</div>
|
||||||
<div class="game">
|
<div class="game">
|
||||||
<a href=""><img src="" alt="" 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>
|
||||||
</div>
|
</div>
|
||||||
<div class="game">
|
<div class="game">
|
||||||
<a href=""><img src="" alt="" width="150" height="150"></a>
|
<a href="games/zTunnel-Rush.html"><img src="assets/tunelrush.jpeg" alt="tunnel rush" width="150" height="150"></a>
|
||||||
</div>
|
</div>
|
||||||
<div class="game">
|
<div class="game">
|
||||||
<a href=""><img src="" alt="" 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>
|
||||||
</div>
|
</div>
|
||||||
<div class="game">
|
<div class="game">
|
||||||
<a href=""><img src="" alt="" 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>
|
||||||
</div>
|
</div>
|
||||||
<div class="game">
|
<div class="game">
|
||||||
<a href=""><img src="" alt="" 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>
|
||||||
|
</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>
|
||||||
<div class="game">
|
<div class="game">
|
||||||
<a href=""><img src="" alt="" width="150" height="150"></a>
|
<a href=""><img src="" alt="" width="150" height="150"></a>
|
||||||
@@ -91,4 +103,32 @@
|
|||||||
</html>
|
</html>
|
||||||
<noscript>
|
<noscript>
|
||||||
test area
|
test area
|
||||||
</noscript>
|
{
|
||||||
|
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>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="version" id="versionDisplay"></div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
document.getElementById('versionDisplay').textContent = 'Version 2.44.0';
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
@@ -51,4 +51,8 @@ button {
|
|||||||
|
|
||||||
button:hover {
|
button:hover {
|
||||||
background-color: #1f41a1;
|
background-color: #1f41a1;
|
||||||
|
}
|
||||||
|
|
||||||
|
img {
|
||||||
|
border-radius: 50%;
|
||||||
}
|
}
|
||||||
@@ -1,9 +1,15 @@
|
|||||||
<a herf="/games.html">Back</a>
|
<a herf="/games.html">Back</a>
|
||||||
<p></p>
|
<p></p>
|
||||||
<a href="/games/flasharchive-main/flasharchive-main/html/hs-ita-1.html">Henry Stickmin - Infiltrating the Airship</a>
|
<a href="/games/flasharchive-main/flasharchive-main/html/hs-ita-1.html">Henry Stickmin - Infiltrating the Airship</a>
|
||||||
|
<p></p>
|
||||||
<a href="/games/flasharchive-main/flasharchive-main/html/hs-ftc.html">Henry Stickmin - Fleeing The Complex</a>
|
<a href="/games/flasharchive-main/flasharchive-main/html/hs-ftc.html">Henry Stickmin - Fleeing The Complex</a>
|
||||||
|
<p></p>
|
||||||
<a href="/games/henreystikman/Escaping The Prison.html"> henrey Escaping The Prison</a>
|
<a href="/games/henreystikman/Escaping The Prison.html"> henrey Escaping The Prison</a>
|
||||||
|
<p></p>
|
||||||
<a href="/games/henreystikman/Stealing_the_Diamond.html">Stealing_the_Diamond</a>
|
<a href="/games/henreystikman/Stealing_the_Diamond.html">Stealing_the_Diamond</a>
|
||||||
|
<p></p>
|
||||||
<a href="/games/henreystikman/Crossing The Pit.html">henreystikman Crossing The Pit</a>
|
<a href="/games/henreystikman/Crossing The Pit.html">henreystikman Crossing The Pit</a>
|
||||||
|
<p></p>
|
||||||
<a href="/games/henreystikman/BreakingTheBank.html">henrey stikman Breaking The Bank</a>
|
<a href="/games/henreystikman/BreakingTheBank.html">henrey stikman Breaking The Bank</a>
|
||||||
|
<p></p>
|
||||||
<a href="/stikpage.ht.html">Henry Stickmin All</a>
|
<a href="/stikpage.ht.html">Henry Stickmin All</a>
|
||||||
Reference in New Issue
Block a user