base path also for style sheet
This commit is contained in:
parent
8e497ed487
commit
3240b6a9f2
@ -102,7 +102,7 @@ pub fn render_table(table: TableResult) -> Markup {
|
||||
html! {
|
||||
(DOCTYPE)
|
||||
head {
|
||||
link rel="stylesheet" href="/style.css";
|
||||
link rel="stylesheet" href={(HTTP_PATH) "/style.css"};
|
||||
}
|
||||
body {
|
||||
h1 {
|
||||
|
Loading…
Reference in New Issue
Block a user