Files
golink/tmpl/success.html
T
Will Norris a6f3c8ed8d cmd/golink: use relative links
use relative links throughout rather than hardcoding the go hostname,
which allows things to continue working when other hostnames are used.

Change-Id: I5df0d10214799de9722871cbad99bf9af129941f
2022-06-29 13:32:58 -07:00

6 lines
188 B
HTML

{{ define "main" }}
<h2 class="text-xl font-bold pb-2">Success</h2>
<p><a class="text-blue-600 hover:underline" href="/{{.Short}}">go/{{.Short}}</a> has been saved.</p>
{{ end }}