diff options
author | Denise sur Lya <sekhmet@lya> | 2020-06-14 23:20:48 +0200 |
---|---|---|
committer | Denise sur Lya <sekhmet@lya> | 2020-06-14 23:20:48 +0200 |
commit | 5679dfd03c9761283e3a36d6d09798aaa334e1e9 (patch) | |
tree | ad22413283e2f9662af4bc526b6de119e270dae0 /static/base.html | |
download | oms-5679dfd03c9761283e3a36d6d09798aaa334e1e9.tar.gz oms-5679dfd03c9761283e3a36d6d09798aaa334e1e9.tar.zst oms-5679dfd03c9761283e3a36d6d09798aaa334e1e9.zip |
Création du dépôt, site à peu près fonctionnel
Diffstat (limited to 'static/base.html')
-rw-r--r-- | static/base.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/static/base.html b/static/base.html new file mode 100644 index 0000000..287f714 --- /dev/null +++ b/static/base.html | |||
@@ -0,0 +1,24 @@ | |||
1 | <!DOCTYPE html> | ||
2 | |||
3 | <html lang="fr"> | ||
4 | <head> | ||
5 | <meta charset="UTF-8" > | ||
6 | <title>Courbe de poids OMS</title> | ||
7 | |||
8 | </head> | ||
9 | |||
10 | <body> | ||
11 | <h1>Courbe de poids OMS</h1> | ||
12 | |||
13 | |||
14 | <div id="content"> | ||
15 | {% block contenu %}{% endblock %} | ||
16 | |||
17 | </div> | ||
18 | |||
19 | <nav><a href="/">Accueil et saisie des données</a> | | ||
20 | <a href="/apropos">À propos</a> | | ||
21 | </nav> | ||
22 | |||
23 | </body> | ||
24 | </html> | ||