39 lines
No EOL
778 B
HTML
39 lines
No EOL
778 B
HTML
<!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;
|
|
}
|
|
|
|
.footer {
|
|
padding: 3rem 2rem 1rem 2rem;
|
|
opacity: 0.8;
|
|
text-align: center;
|
|
}
|
|
</style>
|
|
<!-- End CSS -->
|
|
|
|
<title>Log | OniriCorpe</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="container">
|
|
<!-- End header.html --> |