diff options
| author | Raúl Benencia <id@rbenencia.name> | 2026-06-05 17:46:00 -0300 |
|---|---|---|
| committer | Raul Benencia <46945030+raul-te@users.noreply.github.com> | 2026-06-05 17:54:14 -0300 |
| commit | 011fafefd12c4e5ec9775fd8e0e5a7d8587148d8 (patch) | |
| tree | 158aec775849b08ecd5b539515ce09ac7c2e58ef /web/templates/html/header.html | |
| parent | afb81c292e8edd46c42f9d4c308ac14516a34bd3 (diff) | |
Add local CSS replacing Bootstrap
Diffstat (limited to 'web/templates/html/header.html')
| -rw-r--r-- | web/templates/html/header.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/web/templates/html/header.html b/web/templates/html/header.html index 0e35db4..8d941ab 100644 --- a/web/templates/html/header.html +++ b/web/templates/html/header.html @@ -7,8 +7,7 @@ <script src="/static/js/local.js"></script> - <link href="static/css/bootstrap.min.css" rel="stylesheet"/> - <link href="static/css/default.css" rel="stylesheet"/> + <link href="static/css/main.css" rel="stylesheet"/> <link href="static/css/spinner.css" rel="stylesheet"/> <link rel="icon" type="image/png" href="static/img/favicon-32x32.png"/> |
