Advertisement
nordlaender

index.html

Jul 26th, 2012
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.41 KB | None | 0 0
  1. <!doctype html>
  2. <html>
  3.     <head>
  4.         <title>a simple webchat app</title>
  5.         <script type="text/javascript" src="http://code.jquery.com/jquery-1.7.2.min.js"></script>
  6.         <script type="text/javascript" src="/socket.io/socket.io.js"></script>
  7.         <script type="text/javascript" src="frontend.js"></script>
  8.     </head>
  9.     <body>
  10.         <ul id="log"></ul>
  11.         <input type="text"></input>
  12.         <p>jQuery test failed</p>
  13.     </body>
  14. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement