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