diff options
author | The Arcane Brony <myrainbowdash949@gmail.com> | 2021-11-11 22:17:21 +0100 |
---|---|---|
committer | The Arcane Brony <myrainbowdash949@gmail.com> | 2021-11-11 22:26:49 +0100 |
commit | a61bba7e27a0d0081d176aac6900c09f7d695428 (patch) | |
tree | 1078bd60443753b59ee102b93daf30fe65701a16 /api/client_test/index.html | |
parent | Fix autoregister, add inline plugins (diff) | |
download | server-a61bba7e27a0d0081d176aac6900c09f7d695428.tar.xz |
Inline plugin support
Diffstat (limited to 'api/client_test/index.html')
-rw-r--r-- | api/client_test/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/api/client_test/index.html b/api/client_test/index.html index b19d5f0d..0b3a775a 100644 --- a/api/client_test/index.html +++ b/api/client_test/index.html @@ -4,9 +4,9 @@ <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Discord Test Client</title> - <link rel="stylesheet" href="/assets/fosscord.css"/> - <link id="logincss" rel="stylesheet" href="/assets/fosscord-login.css"/> - <link id="customcss" rel="stylesheet" href="/assets/user.css"/> + <link rel="stylesheet" href="/assets/fosscord.css" /> + <link id="logincss" rel="stylesheet" href="/assets/fosscord-login.css" /> + <link id="customcss" rel="stylesheet" href="/assets/user.css" /> <!-- preload plugin marker --> </head> |