mirror of
https://codeberg.org/Toasterson/ips.git
synced 2026-04-10 13:20:42 +00:00
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. |
||
|---|---|---|
| .. | ||
| src | ||
| static | ||
| templates | ||
| tests | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| LICENSE | ||
| README.md | ||
IPS Repository server written in rust
Work in progress