~starkingdoms/starkingdoms

ref: ee424341a002daf8343eaeef02ff3d81670c0aa2 starkingdoms/web/index.html -rw-r--r-- 573 bytes
ee424341 — core update CI 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html lang="en-US">
    <head>
        <meta charset="utf-8" />
        <title>wasm testing</title>
    </head>

    <body>
        <form action="/play.html" method="GET">
            <label for="server">Gateway server</label>
            <input type="text" name="server" id="server" value="ws://localhost:3000/ws" required />
            <br>
            <label for="username">Username</label>
            <input type="text" name="username" id="username" required />
            <br>
            <button>Launch!</button>
        </form>
    </body>
</html>