summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorDenise sur Lya <sekhmet@lya>2020-06-19 14:53:53 +0200
committerDenise sur Lya <sekhmet@lya>2020-06-19 14:53:53 +0200
commitfa4d0206a29c869fd15c6890c0e44def2c95ba1c (patch)
treef80c6b32e7817f9135afcf45f3cd25b3d2bb8ae6 /static
parent915e90bbf0bee1d69c51a749a4f2be85b9fda091 (diff)
downloadoms-fa4d0206a29c869fd15c6890c0e44def2c95ba1c.tar.gz
oms-fa4d0206a29c869fd15c6890c0e44def2c95ba1c.tar.zst
oms-fa4d0206a29c869fd15c6890c0e44def2c95ba1c.zip
Quelques modifs de base
Diffstat (limited to 'static')
-rw-r--r--static/base.html24
1 files changed, 0 insertions, 24 deletions
diff --git a/static/base.html b/static/base.html
deleted file mode 100644
index 287f714..0000000
--- a/static/base.html
+++ /dev/null
@@ -1,24 +0,0 @@
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>