genlog/html/header.html

53 lines
No EOL
992 B
HTML

<!doctype html>
<html lang="fr">
<head>
<meta name="description" content="Log | OniriCorpe">
<meta http-equiv="Content-Language" content="fr">
<meta name="googlebot" content="nosnippet">
<!-- Start CSS -->
<style>
body {
margin: 2.5em auto 2.5em;
background-color: #282828;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
color: #c0c0c0;
}
h1,
h2,
h3 {
text-align: center;
}
h3 {
font-size: 1.7em;
margin-top: 2em;
}
p {
font-size: 1em;
}
a {
color: #9700c2;
}
a abbr {
border-bottom: 1px dotted #eee;
}
</style>
<!-- End CSS -->
<title>Log | OniriCorpe</title>
</head>
<body>
<div class="container">
<!-- End header.html -->