Add website

This commit is contained in:
Alexis Mousset
2017-05-25 22:25:58 +02:00
parent e85c3a4d70
commit 3368872f9f
81 changed files with 11428 additions and 2 deletions

57
docs/404.html Normal file
View File

@@ -0,0 +1,57 @@
<!DOCTYPE html>
<html lang="en" class="js csstransforms3d">
<head>
<meta charset="utf-8"> <meta name="description" content="">
<link rel="shortcut icon" href="/images/favicon.png" type="image/x-icon" />
<title>404 Page not found</title>
<link href="https://lettre.github.io/lettre//css/nucleus.css" rel="stylesheet">
<link href="https://lettre.github.io/lettre//css/font-awesome.min.css" rel="stylesheet">
<link href="https://lettre.github.io/lettre//css/hybrid.css" rel="stylesheet">
<link href="https://lettre.github.io/lettre//css/featherlight.min.css" rel="stylesheet">
<link href="https://lettre.github.io/lettre//css/perfect-scrollbar.min.css" rel="stylesheet">
<link href="https://lettre.github.io/lettre//css/theme.css" rel="stylesheet">
<link href="https://lettre.github.io/lettre//css/hugo-theme.css" rel="stylesheet">
<style type="text/css">
:root #header + #content > #left > #rlblock_left {
display: none !important;
}
p,
li,
ul {
text-align: center
}
ul {
list-style-type: none;
}
</style>
</head>
<body>
<body class="" data-url="/">
<section id="body" style="margin-left:0px;">
<div id="overlay"></div>
<div id="chapter">
<div id="body-inner">
<h1>Error </h1>
<p>
</p>
<p>Woops. Looks like this page doesn't exist.</p>
<p></p>
<p><a href="https://lettre.github.io/lettre/">Go to homepage</a></p>
<p><img src="https://lettre.github.io/lettre//images/gopher-404.jpg" style="width:50%"></img></p>
</div>
</div>
</section>
</body>
</html>