]> git.xolatile.top Git - emil-3chen.org.git/commitdiff
--
authorEmil Williams <emilemilemil@cock.li>
Sun, 18 May 2025 20:52:52 +0000 (14:52 -0600)
committerEmil Williams <emilemilemil@cock.li>
Sun, 18 May 2025 20:53:23 +0000 (14:53 -0600)
tt/post

diff --git a/tt/post b/tt/post
index 338bde16d9474c6e1e3616b7c5817a5c9ffb287d..16406a240112253a4a413c5fe46ea269faf2c62a 100644 (file)
--- a/tt/post
+++ b/tt/post
@@ -1,24 +1,22 @@
-<center>
-  <form method="POST" id="form">
-    <table>
-      <tbody>
-        <tr>
-          <td>Post</td>
-          <td>
-            <input name="name" type="text" tabindex="2" placeholder="Chen">
-            <input name="options" type="text" tabindex="3" placeholder="Options">
-            <input name="subject" type="text" tabindex="4" placeholder="Subject">
-            <input type="submit" value="Submit" tabindex="7">
-            <input id="postFile" name="file" type="file" tabindex="6">
-          </td>
-        </tr>
-        <tr>
-          <td>Comment</td>
-          <td>
-            <textarea name="comment" rows="3" wrap="soft" tabindex="5"></textarea>
-          </td>
-        </tr>
-      </tbody>
-    </table>
-  </form>
-</center>
+<form method="POST" id="form">
+  <table>
+    <tbody>
+      <tr>
+        <td>Post</td>
+        <td>
+          <input name="name" type="text" tabindex="2" placeholder="Chen">
+          <input name="options" type="text" tabindex="3" placeholder="Options">
+          <input name="subject" type="text" tabindex="4" placeholder="Subject">
+          <input type="submit" value="Submit" tabindex="7">
+          <input id="postFile" name="file" type="file" tabindex="6">
+        </td>
+      </tr>
+      <tr>
+        <td>Comment</td>
+        <td>
+          <textarea name="comment" rows="3" wrap="soft" tabindex="5"></textarea>
+        </td>
+      </tr>
+    </tbody>
+  </table>
+</form>