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