Transfert des fichiers initiaux
This commit is contained in:
parent
69b6e1fe2d
commit
581e4319a0
23
index.html
Normal file
23
index.html
Normal file
@ -0,0 +1,23 @@
|
||||
<!doctype html>
|
||||
<html class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Site en construction</title>
|
||||
<link rel="shortcut icon" type="image/jpg" href="assets/img/logo.jpg"/>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="description" content="Site en construction">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||
<link href="assets/css/style.css" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
<header class="header" role="banner">
|
||||
<div class="message">
|
||||
<div class="status">Situation temporaire</div>
|
||||
<img src="assets/img/logo.jpg" alt="Logo">
|
||||
<h1>Site en construction</h1>
|
||||
<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> -->
|
||||
</div>
|
||||
</header>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user