-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
17 lines (16 loc) · 851 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<html>
<head>
<link rel="stylesheet" type="text/css" href="rubyfuza.css" media="screen" />
</head>
<body>
<!-- For LightTable (http://www.lighttable.com) integration -->
<!-- Copied and pasted from https://github.com/swannodette/om/wiki/Tutorial :
Type the key chord Control-SPACE to open up the command list. Start typing Add Connection, press enter to select it. In the list of options select Browser (External). -->
<script type='text/javascript' id='lt_ws' src='http://localhost:60158/socket.io/lighttable/ws.js'></script>
<div id="app"></div>
<script src="react-0.8.0.js"></script>
<script src="out/goog/base.js" type="text/javascript"></script>
<script src="rubyfuza.js" type="text/javascript"></script>
<script type="text/javascript">goog.require("rubyfuza.core");</script>
</body>
</html>