aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2024-11-20 15:06:39 +0100
committerGitHub <noreply@github.com>2024-11-20 15:06:39 +0100
commite0af02e70a503f489432ca62c0bd7b2498030ab4 (patch)
treeb2aca463bd498ec74e4d9931cc5e16f9941bd2a2 /public
parent620c2ceadb92f40d139cc6a298bca802a3f775c8 (diff)
syntax error lol
Diffstat (limited to 'public')
-rw-r--r--public/client.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/public/client.html b/public/client.html
index f237c65..49dbf69 100644
--- a/public/client.html
+++ b/public/client.html
@@ -34,16 +34,16 @@
media-src 'self' file: *;">
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
- <link rel="apple-touch-icon" href="logo-new.png" />
+ <link rel="apple-touch-icon" href="logo-new.png">
<link rel="stylesheet" type="text/css" href="styles/client.css?v=1.0.3" id="client_stylesheet">
<link rel="stylesheet" type="text/css" href="styles/default.css?v=1.0.1" id="client_theme">
<link rel="stylesheet" type="text/css" href="styles/chatbox/aa.css?v=1.0.1" id="chatbox_theme">
<link rel="stylesheet" type="text/css" href="styles/nameplates.css" id="nameplate_setting">
<link rel="stylesheet" type="text/css" href="styles/nomod.css" id="mod_ui">
<link rel="stylesheet" type="text/css" href="" id="effect_css">
- <link type="text/css" rel="stylesheet" href="golden/css/goldenlayout.css" />
+ <link type="text/css" rel="stylesheet" href="golden/css/goldenlayout.css">
<link type="text/css" rel="stylesheet"
- href="https://golden-layout.com/files/latest/css/goldenlayout-dark-theme.css" />
+ href="https://golden-layout.com/files/latest/css/goldenlayout-dark-theme.css">
<style>
#client_ooclog {
text-align: left;
@@ -77,7 +77,7 @@
<p>Choose your character</p>
<button onclick="pickChar(-1)">Or spectate</button>
<br><br>
- <input id="client_charactersearch" placeholder="Search" oninput="chartable_filter(event)"></input>
+ <input id="client_charactersearch" placeholder="Search" oninput="chartable_filter(event)">
<br><br>
<div id="client_chartable"></div>
</div>
@@ -559,7 +559,7 @@
<p>Ini editing (experimental)</p>
<label for="client_iniselect">Iniedit Character:</label>
<select id="client_iniselect" name="client_iniselect" onchange="updateIniswap()"></select>
- <input id="client_ininame" name="client_ininame"></input>
+ <input id="client_ininame" name="client_ininame">
<button id="client_inichange" onclick="iniedit()">Change</button>
<br>
<br>
@@ -630,7 +630,7 @@
<template id="music">
<meta name="frame-title" lang="en" content="Music">
- <input id="client_musicsearch" placeholder="Search" oninput="musiclist_filter(event)"></input>
+ <input id="client_musicsearch" placeholder="Search" oninput="musiclist_filter(event)">
<select id="client_musiclist" size="5" onchange="musiclist_click(event)">
</select>
</template>