mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-13 14:30:02 -04:00
remove class arrays
This commit is contained in:
parent
19a27f6c63
commit
e6f973175d
1 changed files with 2 additions and 2 deletions
|
@ -77,12 +77,12 @@ function App() {
|
|||
<h1>Percury Unblocker</h1>
|
||||
<p>surf the unblocked and mostly buggy web</p>
|
||||
|
||||
<div class=${[flex, col, "cfg"]}>
|
||||
<div class=${`${flex} ${col} cfg`}>
|
||||
<input bind:value=${use(store.wispurl)}></input>
|
||||
<input bind:value=${use(store.bareurl)}></input>
|
||||
|
||||
|
||||
<div class=${[flex, "buttons"]}>
|
||||
<div class=${`${flex} buttons`}>
|
||||
<button on:click=${() => connection.setTransport("/bare-client.js", [store.bareurl])}>use bare server 3</button>
|
||||
<button on:click=${() => connection.setTransport("/curl-client.js", [{ wisp: store.wispurl }])}>use libcurl.js</button>
|
||||
<button on:click=${() => connection.setTransport("/epoxy-client.js", [{ wisp: store.wispurl }])}>use epoxy</button>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue