This website works better with JavaScript.
Home
Explore
Help
Sign In
modal-studios
/
izanagi-2022
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fix test client
Use correct markup for connecting to the server.
master
TheoryOfNekomata
1 year ago
parent
0dbe2342dc
commit
dc7e62a92b
2 changed files
with
5 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
TODO.md
+2
-2
tools/websocket-client/index.html
+ 3
- 0
TODO.md
View File
@@ -1,3 +1,6 @@
- [ ] Fix gamepad mapping
- [ ] Provide default mapping
- [ ] Allow customization of button mappings
- [ ] Authentication server, using HTTP dynamic content
- [ ] Authentication server, using HTTP dynamic content
- [ ] server
- [ ] server
- [ ] client (frontend)
- [ ] client (frontend)
+ 2
- 2
tools/websocket-client/index.html
View File
@@ -78,7 +78,7 @@
type="url"
type="url"
name="serverUrl"
name="serverUrl"
autocomplete="off"
autocomplete="off"
value="
binding
://localhost:42069"
value="
ws
://localhost:42069"
required
required
>
>
</label>
</label>
@@ -92,7 +92,7 @@
<span>Username</span>
<span>Username</span>
<input
<input
type="text"
type="text"
name="username
s
"
name="username"
autocomplete="off"
autocomplete="off"
value="Web"
value="Web"
required
required
Write
Preview
Loading…
Cancel
Save