diff options
Diffstat (limited to 'templates/recipe.html')
-rw-r--r-- | templates/recipe.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/templates/recipe.html b/templates/recipe.html new file mode 100644 index 0000000..6585f33 --- /dev/null +++ b/templates/recipe.html @@ -0,0 +1,16 @@ +<!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> |