genlog/html/header.html

39 lines
778 B
HTML
Raw Normal View History

2022-03-11 00:02:44 +01:00
<!doctype html>
<html lang="fr">
<head>
<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;
}
a {
color: #9700c2;
}
2022-03-11 00:17:40 +01:00
.footer {
padding: 3rem 2rem 1rem 2rem;
opacity: 0.8;
text-align: center;
2022-03-11 00:02:44 +01:00
}
</style>
<!-- End CSS -->
<title>Log | OniriCorpe</title>
</head>
<body>
<div class="container">
<!-- End header.html -->