support raw urls

This commit is contained in:
2023-09-12 22:37:04 -07:00
parent 7285264fed
commit 552e1e3ac1
7 changed files with 37 additions and 63 deletions

View File

@@ -19,8 +19,9 @@
<p>Short code: {{.Short}}</p>
{{ end }}
<form action="/" method="POST">
<textarea id="value" name="value" rows="1" cols="32">
</textarea>
<input type="text" id="value" name="value" /><br />
<label for="rawp">Don't normalize</label>
<input type="checkbox" id="rawp" name="rawp">
<br />
<input type="submit" value="Submit">
</form>