diff options
Diffstat (limited to 'appdata')
-rw-r--r-- | appdata/index.html.tmpl | 2 | ||||
l--------- | appdata/simple.css | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/appdata/index.html.tmpl b/appdata/index.html.tmpl index 98f22ab..c9fa2f4 100644 --- a/appdata/index.html.tmpl +++ b/appdata/index.html.tmpl @@ -8,7 +8,7 @@ <meta charset="utf-8"/> <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <link rel="stylesheet" href="./simple.css" type="text/css"> + <link rel="stylesheet" href="/static/simple.css/simple.css" type="text/css"> </head> diff --git a/appdata/simple.css b/appdata/simple.css deleted file mode 120000 index 8f905d1..0000000 --- a/appdata/simple.css +++ /dev/null @@ -1 +0,0 @@ -../simple.css/simple.css
\ No newline at end of file |