diff options
author | Nikolas <nikolas@boutalas.com> | 2024-10-28 18:14:19 +0200 |
---|---|---|
committer | Nikolas <nikolas@boutalas.com> | 2024-10-28 18:14:19 +0200 |
commit | 84522ccb19d952799abe6c057335b820fd1a101c (patch) | |
tree | a10206fea06148f1a5d0064639026878f1328950 /templates/base.html | |
parent | a13d00dbbb4bfa904a640496da01d57d06102ac6 (diff) |
replace simple.css with neat.css
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html index 8046b4d..764f08e 100644 --- a/templates/base.html +++ b/templates/base.html @@ -2,7 +2,7 @@ <html lang="en"> <head> <link rel="icon" href="favicon.svg" /> - <link rel="stylesheet" href="/simple.min.css" /> + <link rel="stylesheet" href="/neat.min.css" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta charset="utf-8" /> <title>Archive - Boutalas</title> |