diff options
author | Linnnus <[email protected]> | 2024-03-20 18:20:42 +0100 |
---|---|---|
committer | Linnnus <[email protected]> | 2024-03-20 18:20:42 +0100 |
commit | e40ce7849e97a1e0295fb07072d95041b60ec72a (patch) | |
tree | 9392bcc828dd943128c2dfe2536b0ea66dab9a50 /views/base.html | |
parent | 227bb3801b7ba58a2343c8067fd5937be1fb87aa (diff) |
Rename static/{global => base}.css
Now the name of the css file `static/XXX.css` matches the HTML/template
file in `views/XXX.html`.
Diffstat (limited to 'views/base.html')
-rw-r--r-- | views/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/base.html b/views/base.html index 23219d2..be43d69 100644 --- a/views/base.html +++ b/views/base.html @@ -2,7 +2,7 @@ <html> <head> <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <link href="/static/global.css" rel="stylesheet"> + <link href="/static/base.css" rel="stylesheet"> </head> <body> <header class="navbar"> |