You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
3.01-QCM_MuscuMaths/Website/templates/error.twig

14 lines
550 B

<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<title>Math'Educ</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<link rel="stylesheet" href="../css/global.css">
</head>
<body id="bodyStyle">
<div class="fs-1 text-light text-center mt-5">
ERROR 404 - Page not found
</div>
</body>
</html>