changes
This commit is contained in:
24
templates/405.html
Normal file
24
templates/405.html
Normal file
@@ -0,0 +1,24 @@
|
||||
{% extends 'template.html' %}
|
||||
|
||||
{% block title %}
|
||||
405
|
||||
{% endblock %}
|
||||
|
||||
{% block head %}
|
||||
<link href="{{ url_for('static', filename='css/erreur.css') }}" rel="stylesheet" />
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<div id="content2">
|
||||
<h1>Erreur</h1>
|
||||
<h2>Not found</h2>
|
||||
<div class="contentchild">
|
||||
<div class="clique">
|
||||
<a href="/main" class="link">
|
||||
<img src="../static/img/main/plus.png" alt="plus">
|
||||
<h2>Retourner à l'accueil !</h2>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user