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.
15 lines
339 B
15 lines
339 B
<!DOCTYPE html>
|
|
<html lang="fr">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Error</title>
|
|
</head>
|
|
<body>
|
|
An error occured
|
|
|
|
<button type="submit" id="goToHomeButton">Please go home</button>
|
|
|
|
<script src="../scripts/error.js"></script>
|
|
</body>
|
|
</html> |