Ajout des fichiers
This commit is contained in:
11
app/templates/timetable.html
Normal file
11
app/templates/timetable.html
Normal file
@ -0,0 +1,11 @@
|
||||
{% extends "layout/base.html" %}
|
||||
|
||||
{% block title %}Accueil | Antinote{% endblock %}
|
||||
|
||||
{% block main %}
|
||||
|
||||
<h1>Emploi du temps</h1>
|
||||
|
||||
Ce site est encore en construction.
|
||||
|
||||
{% endblock %}
|
Reference in New Issue
Block a user