From 37c1f06c32a66c219a8ab985e4188373ab92b4fb Mon Sep 17 00:00:00 2001 From: Jaenai Rugengande Ihimbazwe Date: Fri, 3 Dec 2021 01:26:12 +0100 Subject: [PATCH] =?UTF-8?q?Cr=C3=A9ation=20temps=20pour=20exp=C3=A9ditions?= =?UTF-8?q?,=20sauv=C3=A9es,=20et=20stations.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/expedition.html | 32 +++++++++++++++++++++++++++++++ templates/sauvees.html | 40 +++++++++++++++++++++++++++++++++++++++ templates/station.html | 33 ++++++++++++++++++++++++++++++++ 3 files changed, 105 insertions(+) create mode 100644 templates/expedition.html create mode 100644 templates/sauvees.html create mode 100644 templates/station.html diff --git a/templates/expedition.html b/templates/expedition.html new file mode 100644 index 0000000..063bb35 --- /dev/null +++ b/templates/expedition.html @@ -0,0 +1,32 @@ + + + + + + {{siecle}} + + + +

{{siecle}}

+ + + + + + + + + + + +
Date{{Annee}}
{{Evenement}}{{Evenement}}
+ \ No newline at end of file diff --git a/templates/sauvees.html b/templates/sauvees.html new file mode 100644 index 0000000..5ed9e51 --- /dev/null +++ b/templates/sauvees.html @@ -0,0 +1,40 @@ + + + + + + {{nom}}{{prenom}} + + + +

{{nom}}}{{prenom}}

+ + + + + + + + + + + + + + + + + +
Nom{{nom}}
Prenom{{prenom}}
Date{{date}}
Place{{place}}
+

+ {{Histoire}} +

+ + + \ No newline at end of file diff --git a/templates/station.html b/templates/station.html new file mode 100644 index 0000000..69b773e --- /dev/null +++ b/templates/station.html @@ -0,0 +1,33 @@ + + + + + + {{nom}} + + + +

{{nom}}

+ + + + + + + + + + + +
Date{{Annee}}
{{Evenement}}{{Evenement}}
+ \ No newline at end of file