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