fix: fixing redirect page

This commit is contained in:
Matthew Florentino 2025-11-27 16:42:20 +07:00
parent 24ae6475eb
commit e236a906f3
4 changed files with 12 additions and 12 deletions

View File

@ -4,14 +4,14 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>firstperson</title>
<link rel="stylesheet" href="/src/css/global.css">
<link rel="stylesheet" href="/src/css/game.css">
<link rel="stylesheet" href="/css/global.css">
<link rel="stylesheet" href="/css/game.css">
</head>
<body>
<div class="container-first">
<div class="content">
<div class="boss">
<img id="boss" src="/src/assets/Design/PYTHON-BOSSFIGHTMODEFINALt.gif" alt="">
<img id="boss" src="/assets/Design/PYTHON-BOSSFIGHTMODEFINALt.gif" alt="">
</div>
<div class="text">
<p>selamat datang di python games _____</p>
@ -24,6 +24,6 @@
</div>
</div>
</div>
<script src="/src/js/firstperson.js"></script>
<script src="/js/firstperson.js"></script>
</body>
</html>

View File

@ -5,24 +5,24 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>thirdperson</title>
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<link rel="stylesheet" href="/src/css/global.css">
<link rel="stylesheet" href="/src/css/game.css">
<link rel="stylesheet" href="/css/global.css">
<link rel="stylesheet" href="/css/game.css">
</head>
<body>
<div class="container-third">
<h1 id="wellcome-message" class="anm" >PYTHON QUIZ GAME</h1>
<div class="bg">
<img src="/src/assets/Design/wayland.png" alt="bg">
<img src="/assets/Design/wayland.png" alt="bg">
</div>
<div class="hero">
<img id="hero" src="/src/assets/Design/KnightPixLE2-export.png" alt="">
<img id="hero" src="/assets/Design/KnightPixLE2-export.png" alt="">
</div>
<div class="boss">
<img id="boss" src="/src/assets/Design/for-python-Recovered-export2.png" alt="">
<img id="boss" src="/assets/Design/for-python-Recovered-export2.png" alt="">
</div>
</div>
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script>AOS.init();</script>
<script src="/src/js/thirdperson.js"></script>
<script src="/js/thirdperson.js"></script>
</body>
</html>

View File

@ -30,7 +30,7 @@ setTimeout(() => {
}, 500);
setTimeout(()=> {
window.location.href = "/src/game/firstperson.html"
window.location.href = "/game/firstperson.html"
}, 7000)

View File

@ -24,7 +24,7 @@ session_start();
?>
<h1 data-aos="zoom-out" data-aos-duration="1000">👾 codebeater 👾</h1>
<div class="menu">
<a data-aos="zoom-out" data-aos-duration="2000" href="src/game/thirdperson.html">Game Start</a>
<a data-aos="zoom-out" data-aos-duration="2000" href="game/thirdperson.html">Game Start</a>
<a data-aos="zoom-out" data-aos-duration="2000" href="leaderboard.php">leaderboard</a>
<a data-aos="zoom-out" data-aos-duration="2000" href="">Credit</a>
<a data-aos="zoom-out" data-aos-duration="2000" href="logout.php">Exit</a>