summaryrefslogtreecommitdiff
path: root/deps/wse/priv/fish.html
diff options
context:
space:
mode:
Diffstat (limited to 'deps/wse/priv/fish.html')
-rw-r--r--deps/wse/priv/fish.html19
1 files changed, 0 insertions, 19 deletions
diff --git a/deps/wse/priv/fish.html b/deps/wse/priv/fish.html
deleted file mode 100644
index 2ea0e0b..0000000
--- a/deps/wse/priv/fish.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<html>
-<head>
-<title>Animated fish demo</title>
-<script src='ej.js'></script>
-<script src='wse.js'></script>
-<script>
-
-window.onload = function() {
- if (Wse.open("ws://"+(location.hostname||"localhost")+":1234/websession")) {
- // Wse.enable_console_output(true);
- Wse.start('wse_fish_demo', 'run', ["myid"]);
- }
-}
-</script>
-</head>
-<body>
-<div id="myid"></div>
-</body>
-</html>