Semaine 11
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{% extends "base.html" %}
|
||||
{% block title %}Accueil{% endblock %}
|
||||
{% block content %}
|
||||
<h1>Bienvenue</h1>
|
||||
<p><a href="{{ url_for('equipments_page') }}">Accéder à l'inventaire</a></p>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user