21 lines
634 B
HTML
Executable file
21 lines
634 B
HTML
Executable file
<!DOCTYPE html>
|
|
<html lang="fr">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Titre</title>
|
|
<link rel="icon" type="image/png" href="img/favicon.png" />
|
|
<link href="css/style.css" type="text/css" rel="stylesheet">
|
|
</head>
|
|
<body>
|
|
<div class="overlay"></div>
|
|
<section class="content">
|
|
<h1>Titre</h1>
|
|
<p>Site en construction
|
|
<img class="gear small" src="img/gear.png" />
|
|
<img class="gear medium reverse" src="img/gear.png" />
|
|
<img class="gear large" src="img/gear.png" /></p>
|
|
</section>
|
|
</body>
|
|
</html>
|