base path also for style sheet
This commit is contained in:
		@@ -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 {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user