short/templates/returnPage.html
2019-09-19 12:49:27 +02:00

10 lines
209 B
HTML

<!DOCTYPE html>
<html lang=en>
{{ template "slimheader" }}
<body>
<div class="bottom">
<p>URL Shortened to <a href="{{ . }}">{{ . }}</a></p>
</div>
{{ template "footer" }}
</body>
</html>