tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

test.html (501B)


      1 <!DOCTYPE html>
      2 <html lang="en">
      3    <head>
      4        <title>WebSocket Authentication</title>
      5        <link href="style.css" rel="stylesheet">
      6    </head>
      7    <body data-token="TOKEN">
      8        <div class="title"><h1>WebSocket Authentication</h1></div>
      9        <iframe src="first_message.html"></iframe>
     10        <iframe src="query_param.html"></iframe>
     11        <iframe src="cookie.html"></iframe>
     12        <iframe src="user_info.html"></iframe>
     13        <script src="test.js"></script>
     14    </body>
     15 </html>