finalizzazione del progetto
This commit is contained in:
@@ -1,9 +1,17 @@
|
||||
<head>
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
|
||||
<script>
|
||||
const MAX_SCORE = 180;
|
||||
</script>
|
||||
</head>
|
||||
<?php
|
||||
$route = [
|
||||
'start' => 'fase1.html',
|
||||
'mid' => 'istruzioniFase2.html',
|
||||
'sep' => 'fase2.html',
|
||||
'end' => 'risultatiFinali.html',
|
||||
'end' => 'risultatiFinali.php',
|
||||
'leaderboard' => 'classifica.php',
|
||||
'error' => 'error.html'
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user