good enough
Jes Olson j3s@c3f.net
Fri, 25 Feb 2022 20:35:23 -0500
1 files changed,
6 insertions(+),
3 deletions(-)
jump to
M
templates/index.html
→
templates/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>