diff options
author | Linnnus <[email protected]> | 2024-03-20 15:28:32 +0100 |
---|---|---|
committer | Linnnus <[email protected]> | 2024-03-20 15:29:17 +0100 |
commit | fed658657935022a489515f3cb387bd9a63c82c6 (patch) | |
tree | 71ed327f266a0db14e6343d3cc2816223f5b0334 /views | |
parent | db93ff98409fac1c1a3742d0f81484c985d6d55c (diff) |
Add global CSS
Diffstat (limited to 'views')
-rw-r--r-- | views/base.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/views/base.html b/views/base.html index 9b364a8..f4f8ab5 100644 --- a/views/base.html +++ b/views/base.html @@ -2,6 +2,7 @@ <html> <head> <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <link href="/static/global.css" rel="stylesheet"> </head> <body> <header> |