Lot of thing
[recipes.git] / backend / templates / base.html
diff --git a/backend/templates/base.html b/backend/templates/base.html
new file mode 100644 (file)
index 0000000..71c69e6
--- /dev/null
@@ -0,0 +1,17 @@
+<!DOCTYPE html>
+<html lang="en">
+    <head>
+        <meta charset="utf-8" />
+        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+        <title>Recettes de cuisine</title>
+        <link rel="stylesheet" type="text/css" href="/static/style.css" />
+    </head>
+
+    <body>
+        <div class="header-container"><h1><a href="/">RECIPES</a></h1></div>
+        <div class="main-container">
+            {% block main_container %}{% endblock %}
+        </div>
+        <div class="footer-container">gburri - 2020</div>
+    </body>
+</html>
\ No newline at end of file