base path also for style sheet

This commit is contained in:
Florian Stecker 2024-03-06 23:14:51 -05:00
parent 8e497ed487
commit 3240b6a9f2
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ pub fn render_table(table: TableResult) -> Markup {
html! { html! {
(DOCTYPE) (DOCTYPE)
head { head {
link rel="stylesheet" href="/style.css"; link rel="stylesheet" href={(HTTP_PATH) "/style.css"};
} }
body { body {
h1 { h1 {