mirror of
https://git.librezo.fr/Librezo/website.git
synced 2025-09-04 20:08:28 +02:00
Dev warning
This commit is contained in:
@ -7,9 +7,16 @@
|
||||
<link rel="stylesheet" href="/css/base.css"/>
|
||||
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico"/>
|
||||
<meta name="viewport" content="width=device-width"/>
|
||||
<meta name="robots" content="noindex,nofollow"/><!-- TODO remove this for production -->
|
||||
{% block head %}{% endblock head %}
|
||||
</head>
|
||||
<body>
|
||||
<div id="dev-warning">
|
||||
<p>
|
||||
Version de développement. Pour le site officiel actuel, allez sur <a href="https://librezo.com"><b>Librezo.com</b></a>.
|
||||
</p>
|
||||
<a href="#" onclick="document.getElementById('dev-warning').remove()">fermer</a>
|
||||
</div>
|
||||
<header>
|
||||
<a href="/"><img id="header-logo" src="/img/librezo-little-black.png" alt="Logo Librezo" aria-hidden/><h1 class="sr-only">Librezo</h1></a>
|
||||
<nav id="header-menu">
|
||||
|
Reference in New Issue
Block a user