File: /home/frenchy/www/french-american.org/repo/app/no-timber/index.html
<!doctype html>
<html lang="fr">
<head>
<title>Timber non activé</title>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1" name="viewport">
<meta content="IE=edge" http-equiv="X-UA-Compatible">
<link href="http://gmpg.org/xfn/11" rel="profile">
<style type="text/css">
*,
*::before,
*::after {
box-sizing: inherit;
}
*::selection,
*::-moz-selection {
background: $color-primary;
color: #fff;
}
html {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: auto;
color: #222;
box-sizing: border-box;
background-color: #fff;
}
body {
font-family: Arial, Verdana, Geneva, Tahoma, sans-serif;
font-size: 1rem;
}
main {
padding: 20px;
}
</style>
</head>
<body>
<main id="content" role="main">
<h1>Timber n'est pas activé</h1>
<p>Veuillez l'activer pour un fonctionnement maximal du site.</p>
</main>
</body>
</html>