Fix css pathing
This commit is contained in:
parent
622a71962e
commit
1b0fa08323
1 changed files with 1 additions and 1 deletions
|
@ -10,6 +10,6 @@
|
|||
{{ content }}
|
||||
|
||||
<!---------------->
|
||||
<link rel="stylesheet" href="/css/main.css" />
|
||||
<link rel="stylesheet" href="/static/main.css" />
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue