-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path404.html
27 lines (26 loc) · 993 Bytes
/
404.html
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
26
27
<!doctype html>
<head>
<title>En cours de développement...</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="stylesheet.css" media="screen">
<link href = "images/équipelogo.png" rel="icon">
</head>
<style>
body { text-align: center; padding: none; }
h1 { font-size: 50px; }
body { font: 20px Arial, sans-serif; color: #333; }
article { display: block; text-align: left; width: 750px; margin: 0 auto; }
a { color: #dc8100; text-decoration: none; }
a:hover { color: #333; text-decoration: none; }
</style>
<article>
<h1>Bientôt disponible ☻</h1>
<div>
<center><img src="images/404.png" alt="EMPIMO"></center>
<p>On s'excuse pour cet inconvenient. On travaille pour développer cette section le plus vite possible.</p>
<p><i>— Responsable de la GMN</i></p>
</div>
<div>
<p><center><a href="index.html">Retour vers l'Accueil</a></center></p>
</div>
</article>