jean-cloud_website/503.html
Adrian Amaglio 46e92edf43 🔥 big clean
2020-03-03 00:01:32 +01:00

63 lines
1.7 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html>
<head>
<title>Jean-Cloud - Le cloud lent et local</title>
<meta charset="utf-8" />
<!-- <link rel="stylesheet" href="css/helios.css" /> -->
<!--<link rel="stylesheet" href="css/solid-state.css" />-->
<link rel="stylesheet" href="css/main.css" />
</head>
<body class="homepage is-preload">
<!-- Header -->
<div id="header">
<div class="background"></div>
<!-- Inner -->
<div class="inner">
<header>
<h1><a href="index.html" id="logo">Jean-Cloud travaille…</a></h1>
<hr />
<p>Ce service est en maintenance, réessayez dans quelques minutes !</p>
</header>
</div>
<!-- Nav -->
<!-- Todo drop down list in css -->
<nav id="nav">
<div id="content">
<ul>
<li>
<a href="#header">Accueil</a>
</li>
<!--<li>
<a href="#">Dropdown</a>
<ul class="dropdown">
<li><a href="#">Lorem ipsum dolor</a></li>
<li><a href="#">Magna phasellus</a></li>
<li><a href="#">Etiam dolore nisl</a></li>
<li>
<a href="#">And a submenu &hellip;</a>
<ul class="submenu">
<li><a href="#">Lorem ipsum dolor</a></li>
<li><a href="#">Phasellus consequat</a></li>
<li><a href="#">Magna phasellus</a></li>
<li><a href="#">Etiam dolore nisl</a></li>
</ul>
</li>
<li><a href="#">Veroeros feugiat</a></li>
</ul>
</li>-->
<li><a href="#services">Nos services</a></li>
<li><a href="#contact">Nous contacter</a></li>
</ul>
</div>
<footer>
<p>Conditions générales dutilisation : <a href="cgu.html">disponibles ici</a></p>
<p>Design : <a href="http://html5up.net">HTML5 UP</a> modifié par nos soins</p>
</footer>
</nav>
</div>
</body>
</html>