diff index.html @ 30:608eb70fe261

Fix some compiler bugs and do initial work on module import
author Mike Pavone <pavone@retrodev.com>
date Thu, 19 Apr 2012 19:20:21 -0700
parents 068d63627b16
children 35006a6e1c47
line wrap: on
line diff
--- a/index.html	Thu Apr 05 21:06:43 2012 -0700
+++ b/index.html	Thu Apr 19 19:20:21 2012 -0700
@@ -10,14 +10,12 @@
 	<script src="/jsbackend.js"></script>
 	<script src="/editor.js"></script>
 	<script src="/scripttags.js"></script>
-	<script src="/editor.tp" type="text/tabletprog"></script>
+	<script src="/src/editor.tp" type="text/tabletprog"></script>
 	<link rel="stylesheet" href="/editor.css">
 </head>
 <body>
 	<div id="browser">
 		<ul>
-			<li><a href="/edit/editor.tp">editor.tp</a></li>
-			<li><a href="/edit/samples/fib.tp">samples/fib.tp</a></li>
 		</ul>
 	</div>
 	<div id="editor">