Added it to credits
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<a href="/index.html">Home</a>
|
||||
<a href="games/FNAF/FNAF/index.html">Fanf</a>
|
||||
<a href="https://wondrous-jalebi-fb1e04.netlify.app/">Fanf 2 Hacked</a>
|
||||
<a herf="/fnaf3-main/fnaf3-main/index.html">Fanf 3</a>
|
||||
<input type="button" value="hi" onclick="yes()"/>
|
||||
<script>
|
||||
//this is for the input
|
||||
function yes(){
|
||||
alert('this will be better soon');}
|
||||
</script>
|
||||
+1
-1
@@ -14,7 +14,7 @@
|
||||
<p> </p>
|
||||
<p> </p>
|
||||
<p> </p>
|
||||
<a href="https://wondrous-jalebi-fb1e04.netlify.app/">FANF 2 bugs Still in beta</a>
|
||||
<a href="https://wondrous-jalebi-fb1e04.netlify.app/">FANF 2 Hacked</a>
|
||||
<a href="/fnaf3-main/fnaf3-main/index.html">FANF 3</a>
|
||||
<a href="/monkey mart/index.html">Monkey Mart</a>
|
||||
<a href="/roberts games/tomb.html">Tomb Of The Mask</a>
|
||||
|
||||
@@ -115,14 +115,14 @@ const mainContentData = [
|
||||
link: "games/Learn-To-Fly-2-main/Learn-To-Fly-2-main/index.html",
|
||||
},
|
||||
{
|
||||
name: "slope",
|
||||
name: "Slope",
|
||||
image: "assets/slope.jpeg",
|
||||
link: "games/Slope-Game-main/Slope-Game-main/index.html",
|
||||
},
|
||||
{
|
||||
name: "Stealing the Diamond",
|
||||
name: "Henry Stick Man Collection",
|
||||
image: "assets/stealing-the-dimend.jpeg",
|
||||
link: "games/henreystikman/Stealing_the_Diamond.html",
|
||||
link: "/henry_stick_man.html",
|
||||
},
|
||||
{
|
||||
name: "Basketball Legends 2020",
|
||||
@@ -130,7 +130,7 @@ const mainContentData = [
|
||||
link: "games/Basketball-Legends-2020-gh-pages/Basketball-Legends-2020-gh-pages/index.html",
|
||||
},
|
||||
{
|
||||
name: "tanuki sunset",
|
||||
name: "Tanuki Sunset",
|
||||
image: "assets/taunki.jpeg",
|
||||
link: "games/tanuki-sunset-master/index.html",
|
||||
},
|
||||
@@ -299,11 +299,6 @@ const mainContentData = [
|
||||
image: "/WebGames-master/WebGames-master/games2/assets/worlds-hardest-game.jpg",
|
||||
link: "/WebGames-master/WebGames-master/games2/game/worlds-hardest-game/index.html",
|
||||
},
|
||||
{
|
||||
name: "Phoenix Wright Ace Attorney",
|
||||
image: "/WebGames-master/WebGames-master/assets/phoenix-wright-ace-attorney.avif",
|
||||
link: "/wedrowemdlemtest/webretro-master/webretro-master/embed/n64test/wit.html",
|
||||
},
|
||||
{
|
||||
name: "thumb fighter",
|
||||
image: "/WebGames-master/WebGames-master/assets/thum.jpeg",
|
||||
|
||||
@@ -43,3 +43,30 @@
|
||||
</div> <script src="Credits.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user