aboutsummaryrefslogtreecommitdiff
path: root/template.html
diff options
context:
space:
mode:
authorJoris2022-07-10 14:17:39 +0200
committerJoris2022-07-10 14:31:36 +0200
commitc1e387f2f84014cc7872b5cfcc5865fd2db2b968 (patch)
tree3f3fcb2fb288644d34703504bb22c3ae3b5e2387 /template.html
parent0a9981f655c99833f247e49699ff480aecc4c5be (diff)
downloadcooking-c1e387f2f84014cc7872b5cfcc5865fd2db2b968.tar.gz
cooking-c1e387f2f84014cc7872b5cfcc5865fd2db2b968.tar.bz2
cooking-c1e387f2f84014cc7872b5cfcc5865fd2db2b968.zip
Write recipes in markdown and transform with pandoc
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$