- added new pasta type URL and automatic redirection endpoint

- added water.css styling
- added CL argument to set port
- added raw URL to pasta list
This commit is contained in:
Dániel Szabó 2022-04-23 16:47:36 +01:00
parent e8b0e3a482
commit f56ffa98e4
9 changed files with 251 additions and 120 deletions

View file

@ -1,6 +1,6 @@
{% include "header.html" %}
<form action="create" method="POST">
<input name="id" value="0" type="hidden">
<br>
<label for="expiration">Expiration</label><br>
<select name="expiration" id="expiration">
<optgroup label="Expire">
@ -15,9 +15,9 @@
<br>
<label>Content</label>
<br>
<textarea style="width: 100%; min-height: 100px" name="content"></textarea>
<br>
<textarea style="width: 100%; min-height: 100px" name="content" autofocus></textarea>
<br>
<input style="width: 100px; background-color: limegreen"; type="submit" value="Save"/>
<br>
</form>
{% include "footer.html" %}
{% include "footer.html" %}