Update index.html

This commit is contained in:
5803025031 2025-11-24 02:23:51 -05:00
parent 2d6a7a179d
commit 8471b6e375

View File

@ -1,3 +1,10 @@
<?php
if(isset($_POST['score'])){
$score = $_POST['score'];
file_put_contents("scores.txt", "Score: $score\n", FILE_APPEND);
exit();
}
?>
<!DOCTYPE html>
<html lang="en">
<head>