blck

ephemeral pastebin/url shortener
git clone https://git.parazyd.org/blck
Log | Files | Refs | README | LICENSE

commit 7151defe56d7de89a1a1e7789953eb1f827bdcb1
parent b802c1766f238783837d20a0985e814e79021cad
Author: parazyd <parazyd@dyne.org>
Date:   Tue,  9 Feb 2021 06:36:03 +0100

Update links in template.

Diffstat:
Mtemplates/index.html | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/templates/index.html b/templates/index.html @@ -42,7 +42,7 @@ <div class="form"> <form method="post" action="{{ r }}"> {% if not pastebin %} - <input type="url" name="url" id="url" class="inputbox" placeholder="http://blck.cf" required autofocus></input> + <input type="url" name="url" id="url" class="inputbox" placeholder="https://godispor.co" required autofocus></input> {% else %} <textarea name="url" class="textbox" required autofocus>Enter text here</textarea><br> {% endif %} @@ -50,9 +50,8 @@ </form> </div> <footer> - with ❤️ from <a href="https://parazyd.cf">parazyd</a> | <a href="https://github.com/parazyd/blck.cf">source</a> + with ❤️ from <a href="https://twitter.com/parazyd">parazyd</a> | <a href="https://github.com/parazyd/blck">source</a> </footer> <div> - </body> </html>