twashing

index.html

Aug 21st, 2012
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.39 KB | None | 0 0
  1. <html>
  2.   <head>
  3.     <meta charset="UTF-8">
  4.     <title>Browser-connected REPL</title>
  5.   </head>
  6.   <body>
  7.     <div id="content">
  8.       <script type="text/javascript" src="javascript/main.js"></script>
  9.       <script type="text/javascript" src="javascript/foo.js"></script>
  10.       <script type="text/javascript">
  11.         goog.require('foo');
  12.       </script>
  13.     </div>
  14.   </body>
  15. </html>
Advertisement
Add Comment
Please, Sign In to add comment