Update index.php
This commit is contained in:
parent
3bb60879cc
commit
fadb08b91e
1 changed files with 4 additions and 4 deletions
|
@ -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>
|
||||
|
|
Reference in a new issue