Commit 8b945f2a authored by Joel Martin's avatar Joel Martin

Add RFB specs and move *.js files into include/

parent ce0e28c7
...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
<head> <head>
<title>Web Sockets echo test</title> <title>Web Sockets echo test</title>
<meta charset="UTF-8"> <meta charset="UTF-8">
<script src="mootools.js"></script> <script src="include/mootools.js"></script>
<script src="mootools-more.js"></script> <script src="include/mootools-more.js"></script>
<script> <script>
var cnt = 0; var cnt = 0;
......
...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
<head> <head>
<title>Web Sockets echo test</title> <title>Web Sockets echo test</title>
<meta charset="UTF-8"> <meta charset="UTF-8">
<script src="mootools.js"></script> <script src="include/mootools.js"></script>
<script src="mootools-more.js"></script> <script src="include/mootools-more.js"></script>
<script> <script>
var cnt = 0; var cnt = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment