This repository has been archived on 2026-05-26. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
urloli/view/submitted.html
2026-01-21 03:36:58 +09:00

8 lines
211 B
HTML

{{template "header" .}}
{{.T "canunderaccess"}}
<br />
<a href="{{ .Dom }}/{{ .Url }}">{{ .Dom }}/{{ .Url }}</a>
<br /><br />
<a href="/">{{.T "totop"}}</a>
{{template "footer" .}}