diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/layout.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/layout.html b/templates/layout.html index 9aa8781..67a2ade 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -19,6 +19,7 @@ <html> <head> <title>Ramaskrik Program</title> + <link rel="stylesheet" href="/app.css"> </head> <body> {% block content %}{% endblock %} |