test
This commit is contained in:
parent
8fc0c7670c
commit
3bb60879cc
1 changed files with 7 additions and 4 deletions
11
index.php
11
index.php
|
@ -15,9 +15,7 @@
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#body-input {
|
input {
|
||||||
width: 100%;
|
|
||||||
height: 150px;
|
|
||||||
padding: 12px 20px;
|
padding: 12px 20px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
border: 2px solid #ccc;
|
border: 2px solid #ccc;
|
||||||
|
@ -25,6 +23,11 @@
|
||||||
background-color: #f8f8f8;
|
background-color: #f8f8f8;
|
||||||
resize: none;
|
resize: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#body-input {
|
||||||
|
width: 100%;
|
||||||
|
height: 150px;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
@ -35,7 +38,7 @@
|
||||||
<hr>
|
<hr>
|
||||||
<br><br>
|
<br><br>
|
||||||
|
|
||||||
<form action="https://furp.colean.cc/" method="post">
|
<form method="post"> <!-- action="https://furp.colean.cc/" -->
|
||||||
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