ips/pkg6depotd/templates
Till Wegmueller 503efb6aed
fix: Inline CSS in HTML template to guarantee styling loads
The external CSS file wasn't loading on the deployed server despite
being embedded in the binary — likely a route matching or reverse
proxy issue. Moved all CSS into an inline <style> tag in the base
template. Since Askama compiles templates into the binary, this
guarantees the styles render with the HTML on first paint with zero
external dependencies. HTMX JS remains as an embedded route handler.
2026-03-15 22:57:37 +01:00
..
partials feat: Redesign web UI with dark theme and fix display bugs 2026-03-15 22:25:29 +01:00
base.html fix: Inline CSS in HTML template to guarantee styling loads 2026-03-15 22:57:37 +01:00
index.html feat: Redesign web UI with dark theme and fix display bugs 2026-03-15 22:25:29 +01:00
package_detail.html feat: Redesign web UI with dark theme and fix display bugs 2026-03-15 22:25:29 +01:00
packages.html feat: Redesign web UI with dark theme and fix display bugs 2026-03-15 22:25:29 +01:00
search.html feat: Redesign web UI with dark theme and fix display bugs 2026-03-15 22:25:29 +01:00