]> git.scottworley.com Git - vopamoi/blobdiff - index.html
Full-width input box
[vopamoi] / index.html
index 5721f962743b7f78cceae61838adacc8155e563f..55c3b35b0acbd6343387663c435f14105f03719f 100644 (file)
@@ -2,10 +2,10 @@
 <html>
   <head>
     <script src="vopamoi.js" defer="true"></script>
+    <link rel="stylesheet" href="vopamoi.css"/>
   </head>
-  <body>
-    <form onsubmit="return browserCreateTask(this);">
-      <input name="taskName">
-    </form>
+  <body onload="browserInit();">
+    <input id="taskName" name="taskName">
+    <div id="tasks"></div>
   </body>
 </html>