]> git.scottworley.com Git - vopamoi/blobdiff - index.html
Full-width input box
[vopamoi] / index.html
index 5ed2498f3bb48f3fc5c43e69de271cd9305a6864..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 name="taskName">
-    </form>
+    <input id="taskName" name="taskName">
+    <div id="tasks"></div>
   </body>
 </html>