diff options
Diffstat (limited to 'captain/templates/index.html')
-rw-r--r-- | captain/templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/captain/templates/index.html b/captain/templates/index.html index 6a41d0d..ae87e72 100644 --- a/captain/templates/index.html +++ b/captain/templates/index.html @@ -3,7 +3,7 @@ <head> <meta charset="utf-8"/> <title>{{ title }} - I'm Levitating!</title> - <link rel="stylsheet" href="/static/style.css" /> + <link rel="stylesheet" href="{{ base_url }}/static/style.css" /> </head> <body> |