summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/tools/third_party/websockets/example/tutorial/step3/index.html
blob: 1a16f72a257bbe20df55e67a6e9f72fe0df022ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html lang="en">
  <head>
    <title>Connect Four</title>
  </head>
  <body>
    <div class="actions">
      <a class="action new" href="/">New</a>
      <a class="action join" href="">Join</a>
      <a class="action watch" href="">Watch</a>
    </div>
    <div class="board"></div>
    <script src="main.js" type="module"></script>
  </body>
</html>