forked from electricdusk/rushlink
Extract error rendering
This commit is contained in:
0
assets/templates/txt/base.txt.tmpl
Normal file
0
assets/templates/txt/base.txt.tmpl
Normal file
1
assets/templates/txt/error.txt.tmpl
Normal file
1
assets/templates/txt/error.txt.tmpl
Normal file
@@ -0,0 +1 @@
|
||||
{{.Message}}
|
||||
10
assets/templates/txt/index.txt.tmpl
Normal file
10
assets/templates/txt/index.txt.tmpl
Normal file
@@ -0,0 +1,10 @@
|
||||
#RU URL SHORTENER
|
||||
=================
|
||||
|
||||
Based on https://0x0.st/, this site allows you to easily shorten URLs using
|
||||
the command line.
|
||||
|
||||
## USAGE
|
||||
|
||||
# Shorten a URL
|
||||
curl -F'shorten=http://example.com/some/long/url' https://hashru.link
|
||||
Reference in New Issue
Block a user