small pixel drawing of a pufferfish poop.is

good enough
Jes Olson j3s@c3f.net
Fri, 25 Feb 2022 20:35:23 -0500
commit

fdb5654ad96596be8fd79e9eb381f9e9c5efc826

parent

70d8220fcb23867d76339cbd447b82b891ff4f5d

1 files changed, 6 insertions(+), 3 deletions(-)

jump to
M templates/index.htmltemplates/index.html

@@ -2,7 +2,8 @@ <!doctype html>

<html> <head> <style> - p, pre, form {text-align: center;} + p, pre, form {text-align: center; color: aliceblue;} + body {background-color: #7A5901;} </style> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0">

@@ -15,12 +16,14 @@ {{ if . }}

<p>here's your shortened link, stinky:</p> <pre>{{ . }}</pre> {{ else }} - <p text-align: center>welcome to poop.is - a simple, shitty link shortener</p> + <p>💩💩💩💩💩💩💩💩💩💩</p> + <p>welcome to poop.is - a simple, shitty link shortener</p> <form method="POST"> - <label>link you want to shorten</label><br /> + <label>please enter the link you want to shorten</label><br /> <input type="text" name="url" size="60" required maxlength="10000"><br /> <input type="submit"> </form> + <sub>made with <3 by jes</sub> {{ end }} </body> </html>