Skip to content

Commit

Permalink
syntax error lol
Browse files Browse the repository at this point in the history
  • Loading branch information
stonedDiscord authored Nov 20, 2024
1 parent 620c2ce commit e0af02e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions public/client.html
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -77,7 +77,7 @@ <h1 id="client_loadingtext">Loading</h1>
<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>
Expand Down Expand Up @@ -559,7 +559,7 @@ <h2>Volume</h2>
<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>
Expand Down Expand Up @@ -630,7 +630,7 @@ <h3 id="client_version">version</h3>

<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>
Expand Down

0 comments on commit e0af02e

Please sign in to comment.