Update index.php

This commit is contained in:
awesomeuser 2023-08-01 19:14:40 +00:00
parent 3bb60879cc
commit fadb08b91e

View file

@ -16,10 +16,10 @@
}
input {
padding: 12px 20px;
padding: 6px;
box-sizing: border-box;
border: 2px solid #ccc;
border-radius: 4px;
border: 1px solid #ccc;
border-radius: 2px;
background-color: #f8f8f8;
resize: none;
}
@ -38,7 +38,7 @@
<hr>
<br><br>
<form method="post"> <!-- action="https://furp.colean.cc/" -->
<form method="post">
Signature: <input type="text" name="signature"><br>
<label for="body">Body:</label>
<input type="text" id="body-input" name="body"><br>