inizio classifica

This commit is contained in:
2026-04-01 11:26:57 +02:00
commit 3722e1fd49
18 changed files with 818 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="it">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Test Punti</title>
</head>
<body>
<p>Punti: <span id="punti">0</span></p>
<script>
document.getElementById("punti").innerHTML = localStorage.getItem("punteggio");
</script>
</body>
</html>