summaryrefslogtreecommitdiff
path: root/app/templates/index.html
diff options
context:
space:
mode:
authorjerome <jerome@xlinfo.fr>2026-02-24 13:18:28 +0100
committerjerome <jerome@xlinfo.fr>2026-02-24 13:18:28 +0100
commit93febd4968ebbf0f5a90989bbe11abcaaafcdbd1 (patch)
tree27969e7c656077601e31da2b589b3031bc201f32 /app/templates/index.html
downloadhelloflask-master.tar.gz
helloflask-master.zip
commit initialHEADmaster
Diffstat (limited to 'app/templates/index.html')
-rw-r--r--app/templates/index.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/app/templates/index.html b/app/templates/index.html
new file mode 100644
index 0000000..b4869d6
--- /dev/null
+++ b/app/templates/index.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<html lang="fr">
+ <head>
+ <meta charset="UTF-8">
+ <title>Hello {{ name }}</title>
+ </head>
+ <body>
+ <h1>Hello {{ name }}</h1>
+ <p>From {{ host }}</p>
+ </body>
+</html>