]> git.0d.be Git - chloro.git/blob - chloro/phyll/templates/phyll/base.html
add basic view of a note
[chloro.git] / chloro / phyll / templates / phyll / base.html
1 <!DOCTYPE html>
2 <html>
3   <head>
4     <meta charset="utf-8"/> <!-- 🌱 -->
5     <meta name="viewport" content="width=device-width, initial-scale=1.0">
6     <title>Coin web de Frédéric Péters</title>
7     <link rel="stylesheet" type="text/css" href="/static/css/style.css">
8   </head>
9   <body>
10   {% block body %}
11   {% endblock %}
12   </body>
13 </html>