]> git.p6c8.net - pcdenotes.git/blobdiff - notes/templates/note_base.html
Added pagination
[pcdenotes.git] / notes / templates / note_base.html
index 93f3dc7a36999ae9d3b83868cfbf20edd79aba82..d85e8752c5d55709a9334b525a41fe63d06c3c44 100644 (file)
@@ -6,9 +6,15 @@
   <title>{% block title %}{% endblock %}</title>
   <meta charset="UTF-8" />
   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+  <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet">
+  <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script>
 </head>
 <body>
 
+  <div class="container-fluid p-5 bg-primary text-white text-center">
+    <h1><a href="/" class="link-light">Notes</a></h1>
+  </div>
+
 {% block content %}{% endblock %}
 </body>
 </html>
\ No newline at end of file

patrick-canterino.de