|
|
|
@ -1,7 +1,9 @@
|
|
|
|
|
<head>
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="highscores.css"/>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
|
|
|
|
|
<img src="ress/light" id="light" class="lightButton" onClick="switchLight()"/>
|
|
|
|
|
<form action="highscores.php" method="post">
|
|
|
|
|
<div id="modeSelection">
|
|
|
|
|
<ul id="modes">
|
|
|
|
@ -76,6 +78,7 @@ Entrez votre pseudo (optionnel, mais nécessaire si vous voulez sauvegarde
|
|
|
|
|
|
|
|
|
|
<script src="bakery.js"></script>
|
|
|
|
|
<script src="highscore_button_displayer.js"></script>
|
|
|
|
|
<script src="themeSwitcher.js"></script>
|
|
|
|
|
<?php
|
|
|
|
|
|
|
|
|
|
$database = new SQLite3("data.db");
|
|
|
|
@ -111,3 +114,6 @@ if(isset($_POST["game_mode"]) && $_POST["game_mode"]!="" && $_POST["difficulty"]
|
|
|
|
|
echo "<h1 id='aya'>".$phrase."</h1>";
|
|
|
|
|
}
|
|
|
|
|
?>
|
|
|
|
|
<script src="bakery.js"></script>
|
|
|
|
|
<script src="themeSwitcher.js"></script>
|
|
|
|
|
</body>
|