aboutsummaryrefslogtreecommitdiff
path: root/template.html
diff options
context:
space:
mode:
Diffstat (limited to 'template.html')
-rw-r--r--template.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/template.html b/template.html
new file mode 100644
index 0000000..d1116cc
--- /dev/null
+++ b/template.html
@@ -0,0 +1,14 @@
+<!doctype html>
+<html lang="fr">
+<meta charset="utf-8">
+<meta name="viewport" content="width=device-width">
+<link rel="stylesheet" href="/main.css">
+<link rel="icon" href="/icon.png">
+<script src="/main.js"></script>
+
+<title>Recettes – $title$</title>
+<header>$title$</header>
+
+<a href="/">← Retour à l’accueil</a>
+
+$body$