aboutsummaryrefslogtreecommitdiff
path: root/templates/recipe.html
diff options
context:
space:
mode:
authorJoris2020-02-02 13:53:54 +0100
committerJoris2020-02-02 13:58:19 +0100
commit0ce8744897b9aa13ea568a6985da9570e4aca90b (patch)
tree3619508ff9ec5d846c567c3562d05ca77e686c76 /templates/recipe.html
parent13d29804ba4bb8d578fb0278ddeb6e187bbafa6f (diff)
Use zola generator
- Use CSS instead of Haskell with Clay - Use TypeScript instead of PureScript
Diffstat (limited to 'templates/recipe.html')
-rw-r--r--templates/recipe.html16
1 files changed, 0 insertions, 16 deletions
diff --git a/templates/recipe.html b/templates/recipe.html
deleted file mode 100644
index 6585f33..0000000
--- a/templates/recipe.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html lang="fr">
- <head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <title>$title$</title>
- <link rel="stylesheet" href="/main.css" />
- <link rel="icon" href="/images/icon.png">
- </head>
- <body>
- <div class="header">$title$</div>
- <a href="/">тна Retour</a>
- <div id="content">$body$</div>
- <script src="/main.js"></script>
- </body>
-</html>