1
0
mirror of https://github.com/taigrr/shorturl synced 2026-04-16 02:20:55 -07:00
Files
shorturl/templates/url.html
2017-07-02 22:51:46 -07:00

11 lines
137 B
HTML

<html>
<head>
<title>shorturl</title>
</head>
<body>
<p>Your short url is: <a href="/{{.ID}}">{{.ID}}</a></p>
</body>
</html>