diff --git a/frontend/styles.css b/frontend/styles.css deleted file mode 100644 index e69de29..0000000 diff --git a/static/style.css b/static/style.css index 0a9cefb..b466fa2 100644 --- a/static/style.css +++ b/static/style.css @@ -1,13 +1,17 @@ body { - background-color: lightblue; } h1 { - color: white; - text-align: center; } p { - font-family: verdana; - font-size: 20px; +} + +table, tr, td { + border: 1px solid black; + border-collapse: collapse; +} + +.table_key { + font-weight: bold; } diff --git a/frontend/index.html b/templates/index.html similarity index 88% rename from frontend/index.html rename to templates/index.html index f8ca3b4..0969bca 100644 --- a/frontend/index.html +++ b/templates/index.html @@ -2,7 +2,7 @@ Sauveteurs du dunkerquois - +
diff --git a/templates/main.html b/templates/main.html deleted file mode 100644 index fc5fbcc..0000000 --- a/templates/main.html +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - -

Bienvenue !

-

Ceci est la page d'accueil !

- - - diff --git a/templates/sauveteur_temp.html b/templates/sauveteur_temp.html index 7f2b371..414b339 100644 --- a/templates/sauveteur_temp.html +++ b/templates/sauveteur_temp.html @@ -1,12 +1,27 @@ - {{nom}} {{prenom}} - + {{nom}} {{prenom}} - Sauveuteur du dunkerquois + -

{{nom}}} {{prenom}}

+

{{nom}} {{prenom}}

+ + + + + + + + + + + + + + +
Nom{{nom}}
Prénom{{prenom}}
Sauvetages effectués{{nb_sauvetages}}
Personnes sauvées{{nb_sauves}}
Gratifications{{gratifications}}