Squashed 'third_party/seasocks/' content from commit 016dc60
Change-Id: I195fa5bfd0c0e3cc66fbbefcc7b5170bafcf7a36
git-subtree-dir: third_party/seasocks
git-subtree-split: 016dc60b247e0d1d563aea6d22a9075e6884ab9f
diff --git a/src/ws_test_web/index.html b/src/ws_test_web/index.html
new file mode 100644
index 0000000..455b827
--- /dev/null
+++ b/src/ws_test_web/index.html
@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>Hello, world</title>
+ <script src='lib/jquery-1.4.4.js'></script>
+ <script src='app.js'></script>
+ </head>
+ <body>
+ <input id="count" type="button" value="..."></input>
+ <input id="close" type="button" value="Close"></input>
+ <input id="die" type="button" value="Die"></input>
+ </body>
+</html>
+