first commit
This commit is contained in:
23
src/templates/maintenance.html
Normal file
23
src/templates/maintenance.html
Normal file
@ -0,0 +1,23 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block content %}
|
||||
<div class="content">
|
||||
<h2>{{ page.title }}</h2>
|
||||
<article class="article-report">
|
||||
<p>Information : Brève interruption de l'ensemble des services tous les lundi matins à 4h pour sauvegarde.
|
||||
</p>
|
||||
<div class="col--1-1-1">
|
||||
<a class="box box__link" href="https://status.netig.net/status/services" target="_blank">État des
|
||||
services
|
||||
en
|
||||
temps réel</a>
|
||||
<a class="box box__link" href="https://list.netig.net/archive" target="_blank">Maintenances et
|
||||
incidents
|
||||
signalés</a>
|
||||
<a class="box box__link" href="https://list.netig.net/subscription/form" target="_blank">Recevoir
|
||||
les
|
||||
notifications par mail</a>
|
||||
</div>
|
||||
</article>
|
||||
</div>
|
||||
{% endblock content %}
|
Reference in New Issue
Block a user