Skip to content
Snippets Groups Projects
index.html 575 B
Newer Older
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
  </head>
  <body>
    <div>
      Your client ID: <input id="user-id" type="text" value="" readonly="" />
    </div>
    <div>
      Enter peer ID: <input id="peer-id" type="text" value="" />
      <button id="peer-connect">Connect</button>
    </div>
    <div>
      Connected peers:
      <ul id="connected-peers"></ul>
    </div>

    <svg
      id="whiteboard"
      width="100%"
      height="100%"
      style="position: fixed"
    ></svg>