10 lines
209 B
HTML
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> |