You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
444 B
HTML
23 lines
444 B
HTML
<html>
|
|
<head>
|
|
<title>La Base Toulouse | 404</title>
|
|
<meta charset="utf8"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<style>
|
|
body {
|
|
max-width: 900px;
|
|
margin: auto;
|
|
padding: 10px;
|
|
}
|
|
|
|
img {
|
|
max-width: 100%;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1>404 page non trouvée</h1>
|
|
<p>L'URL renseignée ne mène à aucune page.</p>
|
|
</body>
|
|
</html>
|