This commit is contained in:
farrel 2025-12-16 09:33:41 +07:00
parent a976a29cf7
commit 45fe01f9ba

View File

@ -419,6 +419,18 @@ if (!isset($_SESSION['username'])) {
.rank-2 { color: silver; font-weight: bold; } .rank-2 { color: silver; font-weight: bold; }
.rank-3 { color: chocolate; font-weight: bold; } .rank-3 { color: chocolate; font-weight: bold; }
.game-credit {
position: fixed;
bottom: 10px;
width: 100%;
text-align: center;
font-size: 12px;
color: rgba(0, 0, 0, 0.6);
font-weight: bold;
pointer-events: none;
}
</style> </style>
</head> </head>
@ -923,6 +935,12 @@ function saveScore() {
.then(data => console.log("SAVE SCORE:", data)) .then(data => console.log("SAVE SCORE:", data))
.catch(err => console.error(err)); .catch(err => console.error(err));
} }
</script> </script>
<div class="game-credit">
Kelompok03 - Angelica - Aldo - Farrel
</div>
</body> </body>
</html> </html>