summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/tools/third_party/websockets/experiments/authentication/index.html
blob: c37deef2707b9878b1ab22c4d22eb292ab67435a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html lang="en">
    <head>
        <title>WebSocket Authentication</title>
        <link href="style.css" rel="stylesheet">
    </head>
    <body>
        <form method="GET">
            <input name="user" placeholder="username">
        </form>
    </body>
</html>