-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
25 lines (25 loc) · 779 Bytes
/
Copy path404.html
File metadata and controls
25 lines (25 loc) · 779 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!doctype html>
<html lang="fr">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Page introuvable — 2GETHER</title>
<link rel="icon" href="assets/icons/icon-32.png" />
<link rel="stylesheet" href="css/style.css" />
</head>
<body>
<header class="site-header">
<img class="logo" src="assets/logo-2gether.png" alt="2GETHER" />
</header>
<main>
<div class="card intro-card">
<h1>Page introuvable</h1>
<p>Cette page n'existe pas ou plus. Retourne à l'accueil pour trouver les ressources et démarches.</p>
<a href="/" class="btn btn-primary">Retour à l'accueil</a>
</div>
</main>
<footer class="site-footer">
<p>Association 2GETHER</p>
</footer>
</body>
</html>