mirror of
https://github.com/taigrr/shorturl
synced 2026-04-16 13:04:55 -07:00
11 lines
137 B
HTML
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>
|