summary refs log tree commit diff
path: root/api/client_test
diff options
context:
space:
mode:
authorThe Arcane Brony <myrainbowdash949@gmail.com>2021-11-11 22:17:21 +0100
committerThe Arcane Brony <myrainbowdash949@gmail.com>2021-11-11 22:26:49 +0100
commita61bba7e27a0d0081d176aac6900c09f7d695428 (patch)
tree1078bd60443753b59ee102b93daf30fe65701a16 /api/client_test
parentFix autoregister, add inline plugins (diff)
downloadserver-a61bba7e27a0d0081d176aac6900c09f7d695428.tar.xz
Inline plugin support
Diffstat (limited to 'api/client_test')
-rw-r--r--api/client_test/index.html6
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>