code:html-css:page-maintenance
Page de maintenance n'utilisant pas d'image
- maintenance.html
<!DOCTYPE html>
<html lang="en">
<head>
<title>Le site</title>
<style>
body { font: 20px Helvetica, sans-serif; color: #333; text-align: center; padding: 150px; }
h1 { font-size: 50px; }
article { display: block; text-align: left; width: 650px; margin: 0 auto; }
a { color: #dc8100; text-decoration: none; }
a:hover { color: #333; text-decoration: none; }
</style>
</head>
<body>
<article>
<h1>Le site</h1>
<div>
<p>Site en maintenance.</p>
<p>We’re performing some maintenance at the moment.</p>
<p>— Le site</p>
</div>
</article>
</body>
</html>
code/html-css/page-maintenance.txt · Dernière modification : 05 Dec 2020 :: 10:30 de CgX