diff options
author | Jeffrey Armstrong <jeff@approximatrix.com> | 2021-05-12 14:21:05 -0400 |
---|---|---|
committer | Jeffrey Armstrong <jeff@approximatrix.com> | 2021-05-12 14:21:05 -0400 |
commit | c5a514ac0d29a58a79a708771fe4b2a16d400031 (patch) | |
tree | 20840ea805ed2c9998575e239c7cb7644fae8531 /captain/templates | |
parent | 9ac19f108c1b69025572bf32e310b332ef098c98 (diff) | |
download | levitating-c5a514ac0d29a58a79a708771fe4b2a16d400031.tar.gz levitating-c5a514ac0d29a58a79a708771fe4b2a16d400031.zip |
Added some CSS styling. Fixed checks for zero-length pointers since it seems to freak out Fortran.
Diffstat (limited to 'captain/templates')
-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> |