mirror of
https://github.com/taigrr/shorturl
synced 2025-01-18 04:03:16 -08: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>
|