Mise à jour de 'index.html'

This commit is contained in:
Adrien CHARBONNEAU 2021-11-24 14:54:53 +01:00
parent f469742028
commit a024ba633a

View File

@ -1,23 +1,23 @@
<!doctype html> <!doctype html>
<html class="no-js"> <html class="no-js">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<title>Site en construction</title> <title>Site en construction</title>
<link rel="shortcut icon" type="image/jpg" href="assets/img/logo.jpg"/> <link rel="shortcut icon" type="image/jpg" href="assets/img/logo.jpg"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="Site en construction"> <meta name="description" content="Site en construction">
<meta name="viewport" content="width=device-width,initial-scale=1"> <meta name="viewport" content="width=device-width,initial-scale=1">
<link href="assets/css/style.css" rel="stylesheet"> <link href="assets/css/style.css" rel="stylesheet">
</head> </head>
<body> <body>
<header class="header" role="banner"> <header class="header" role="banner">
<div class="message"> <div class="message">
<div class="status">Situation temporaire</div> <div class="status">Situation temporaire</div>
<img src="assets/img/logo.jpg" alt="Logo"> <img src="assets/img/logo.jpg" alt="Logo">
<h1>Site en construction</h1> <h1>Site en construction</h1>
<p>Bientôt en ligne ! (enfin on espère 😇)</p> <p>Bientôt en ligne ! (enfin on espère 😇)</p>
<!-- <p>1<sup>er</sup> Janvier 2022 - <a href="tel:0000000000">00 00 00 00 00</a></p> --> <p>Pas de date définie - <a href="https://git.adriencharbonneau.fr/Adrien/OtusEco/">Adrien/OtusEco</a></p>
</div> </div>
</header> </header>
</body> </body>
</html> </html>