[website] nouveau template

This commit is contained in:
Quentin 2020-02-08 10:57:50 +01:00
parent c8d29bf3dd
commit 485c056a42

View file

@ -0,0 +1,46 @@
<!doctype html>
<html>
<head>
<title>deuxfleurs</title>
<meta charset="utf-8"/>
<style>
* {
font-family: Helvetica;
margin: 0;
padding: 0;
}
header {
background-color: #519c60;
color: #ffffff;
padding: 50px 40px 1px 40px;
}
header > h1 {
font-size: 80px;
margin: 10px 0px -31px 0px;
}
header > .site-name > img, header > .site-name > span {
vertical-align: middle;
}
header > .site-name > span {
font-size: 30px;
}
</style>
</head>
<body>
<header>
<!-- <div class="site-name">
<img src="1f4ae.svg" width="32">
<img src="1f4ae.svg" width="32">
<span>deuxfleurs<span>
</div> -->
<h1>documentation</h1>
</header>
</body>
</html>