diff options
author | Daniel Weipert <code@drogueronin.de> | 2023-10-04 11:32:04 +0200 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2023-10-04 11:32:04 +0200 |
commit | 94a3dd52da3ae180af37c6fd0e8c24b3562da388 (patch) | |
tree | acced055660bfd65ca3e955ea26d412457ba4507 /views/root.twig | |
parent | fa00b957378a393f8edbfc98ef111d35d18ecb09 (diff) |
initial commit 2
Diffstat (limited to 'views/root.twig')
-rw-r--r-- | views/root.twig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/views/root.twig b/views/root.twig index 11dc665..35399c0 100644 --- a/views/root.twig +++ b/views/root.twig @@ -3,6 +3,8 @@ <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> + + <link rel="stylesheet" href="/assets/style.css"> </head> <body> {% block body %}{% endblock %} |