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 charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>firstperson</title> <title>firstperson</title>
<link rel="stylesheet" href="/src/css/global.css"> <link rel="stylesheet" href="/css/global.css">
<link rel="stylesheet" href="/src/css/game.css"> <link rel="stylesheet" href="/css/game.css">
</head> </head>
<body> <body>
<div class="container-first"> <div class="container-first">
<div class="content"> <div class="content">
<div class="boss"> <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>
<div class="text"> <div class="text">
<p>selamat datang di python games _____</p> <p>selamat datang di python games _____</p>
@ -24,6 +24,6 @@
</div> </div>
</div> </div>
</div> </div>
<script src="/src/js/firstperson.js"></script> <script src="/js/firstperson.js"></script>
</body> </body>
</html> </html>

View File

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

View File

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

View File

@ -24,7 +24,7 @@ session_start();
?> ?>
<h1 data-aos="zoom-out" data-aos-duration="1000">👾 codebeater 👾</h1> <h1 data-aos="zoom-out" data-aos-duration="1000">👾 codebeater 👾</h1>
<div class="menu"> <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="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="">Credit</a>
<a data-aos="zoom-out" data-aos-duration="2000" href="logout.php">Exit</a> <a data-aos="zoom-out" data-aos-duration="2000" href="logout.php">Exit</a>