]> git.0d.be Git - chloro.git/blobdiff - chloro/phyll/templates/phyll/base.html
add basic view of a note
[chloro.git] / chloro / phyll / templates / phyll / base.html
diff --git a/chloro/phyll/templates/phyll/base.html b/chloro/phyll/templates/phyll/base.html
new file mode 100644 (file)
index 0000000..466fb4b
--- /dev/null
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<html>
+  <head>
+    <meta charset="utf-8"/> <!-- 🌱 -->
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <title>Coin web de Frédéric Péters</title>
+    <link rel="stylesheet" type="text/css" href="/static/css/style.css">
+  </head>
+  <body>
+  {% block body %}
+  {% endblock %}
+  </body>
+</html>