diff options
Diffstat (limited to 'plugin_loader/loader.py')
| -rw-r--r-- | plugin_loader/loader.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/plugin_loader/loader.py b/plugin_loader/loader.py index 948e1e0f..1461d1d0 100644 --- a/plugin_loader/loader.py +++ b/plugin_loader/loader.py @@ -172,9 +172,7 @@ class Loader: ret = """ <html style="height: fit-content;"> <head> - <link rel="stylesheet" href="/steam_resource/css/2.css"> - <link rel="stylesheet" href="/steam_resource/css/39.css"> - <link rel="stylesheet" href="/steam_resource/css/library.css"> + <link rel="stylesheet" href="/static/styles.css"> <script src="/static/library.js"></script> <script>const plugin_name = '{name}';</script> </head> |
