diff options
| author | Spyrex <57133330+SpyrexDE@users.noreply.github.com> | 2022-04-11 11:48:41 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-11 11:48:41 +0200 |
| commit | 070d11154f0ec761fba938a6f27b4a9111988412 (patch) | |
| tree | 3627b54deadc0e73efb3081f90ea0178d095da50 /plugin_loader/templates/plugin_view.html | |
| parent | 02f73b795d787f87069bbdf501c5658e8bbf96e3 (diff) | |
| download | decky-loader-070d11154f0ec761fba938a6f27b4a9111988412.tar.gz decky-loader-070d11154f0ec761fba938a6f27b4a9111988412.zip | |
Bundle stylesheets (#34)
Diffstat (limited to 'plugin_loader/templates/plugin_view.html')
| -rw-r--r-- | plugin_loader/templates/plugin_view.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/plugin_loader/templates/plugin_view.html b/plugin_loader/templates/plugin_view.html index 8b1e4793..6016a7ae 100644 --- a/plugin_loader/templates/plugin_view.html +++ b/plugin_loader/templates/plugin_view.html @@ -1,6 +1,4 @@ -<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> const tile_iframes = []; window.addEventListener("message", function (evt) { |
