qurl/assets/submit.html

25 lines
881 B
HTML
Raw Normal View History

2018-11-17 07:47:39 -09:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>qurl.org</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link rel="stylesheet" media="screen" href="qurl.css">
</head>
<body>
<div id="c">
<div id="m">
<div>{{if .Message}}{{.Message}}{{end}}</div>
<div>{{if .URL}}<a href="{{.URL}}">{{.URL}}</a>{{end}}</div>
</div>
qurl.org is a simple url shortening service, in the same vein as
<a href="https://bit.ly">bit.ly</a> and
<a href="https://tinyurl.com">tinyurl.com</a>.
2019-12-26 16:08:01 -09:00
qurl.org is <a href="https://git.binarythought.com/cdramey/qurl/src/branch/master/LICENSE">open source</a>,
it's code is <a href="https://git.binarythought.com/cdramey/qurl">freely available</a>
2018-11-17 07:47:39 -09:00
and has an <a href="api/index.html">easy to use API</a>.
</div>
</body>
</html>