Changed zouba directory heirarchy.
[ptas] / wrt / zouba / wrt_preview_main.html
diff --git a/wrt/zouba/wrt_preview_main.html b/wrt/zouba/wrt_preview_main.html
deleted file mode 100644 (file)
index c313c98..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-    <head>
-       <script language="JavaScript" type="text/javascript" src="preview/script/lib/loader.js"></script>
-
-        <title></title>
-        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-        <script type="text/javascript" src="WRTKit/WRTKit.js"></script>
-        <script type="text/javascript" src="basic.js"></script>
-        <link rel="stylesheet" href="basic.css" type="text/css">
-    </head>
-    <body onload="init()">
-        <table id="timeTable" align="center" border="1">
-        </table>
-        <table border="0" align="center">
-        <tr>
-            <td>
-                <button onclick="takeMeHome()">
-                    HOME
-                </button>
-            </td>
-            <td>
-                <button onclick="takeMeToWork()">
-                    WORK
-                </button>
-            </td>
-        </tr>
-               <tr>
-               <td>debug</td>
-               <td id="debug"></td>
-               </tr>
-    </body>
-</html>