Fix formatting

This commit is contained in:
nyx 2025-02-02 20:52:00 -06:00
parent 6f49244dbd
commit d348ba7a2e

View file

@ -67,24 +67,24 @@
</small> </small>
</center> </center>
<hr class="thin"> <hr class="thin">
<form method="POST" enctype="multipart/form-data"> <form method="POST" enctype="multipart/form-data">
<label for="desc">Image description:</label> <label for="desc">Image description:</label>
<input type="text" name="desc" id="desc" placeholder="description" autocomplete="off" maxlength="{{ desc_len }}" /> <input type="text" name="desc" id="desc" placeholder="description" autocomplete="off" maxlength="{{ desc_len }}" />
<br /> <br />
<label for="key">Access key:</label> <label for="key">Access key:</label>
<input type="password" name="key" id="key" placeholder="key" maxlength="{{ key_len }}" required /> <input type="password" name="key" id="key" placeholder="key" maxlength="{{ key_len }}" required />
<br /> <br />
<label for="image">Image:</label> <label for="image">Image:</label>
<input type="file" accept="image/*" name="image" id="image" placeholder="the image" required /> <input type="file" accept="image/*" name="image" id="image" placeholder="the image" required />
<br /> <br />
<button type="post">Post</button> <button type="post">Post</button>
</form> </form>
</div> </div>
</body> </body>
</html> </html>