diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2025-12-02 15:40:38 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2025-12-02 15:40:38 +0000 |
| commit | af331ca00da8a3b937c496076f3f7297b3a5283c (patch) | |
| tree | 52eeae71013599cc9f56602b4a9f461bec81ff71 /templates | |
| parent | 347f17f0f9e3bc791d1fd699467da9fef4dab8ff (diff) | |
landing added light mode
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/landing.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/landing.html b/templates/landing.html index ae0f31d..6fe0294 100644 --- a/templates/landing.html +++ b/templates/landing.html | |||
| @@ -174,6 +174,7 @@ | |||
| 174 | </style> | 174 | </style> |
| 175 | </head> | 175 | </head> |
| 176 | <body> | 176 | <body> |
| 177 | {theme_toggle} | ||
| 177 | <header class="hero"> | 178 | <header class="hero"> |
| 178 | <div class="hero-content"> | 179 | <div class="hero-content"> |
| 179 | <div class="header"> | 180 | <div class="header"> |
| @@ -273,5 +274,6 @@ | |||
| 273 | footerDomain.textContent = host; | 274 | footerDomain.textContent = host; |
| 274 | }} | 275 | }} |
| 275 | </script> | 276 | </script> |
| 277 | {theme_script} | ||
| 276 | </body> | 278 | </body> |
| 277 | </html> \ No newline at end of file | 279 | </html> \ No newline at end of file |