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
hozonsite/view/check.html
2026-01-21 03:59:11 +09:00

21 lines
609 B
HTML

{{template "header" .}}
<h3>{{.Url}}</h3>
{{.T "areadyhozon"}}<br />
{{range $i, $e := .Ext}}
<a href="{{$e.Url}}">
{{$e.Date}}
</a>
<br />
{{end}}
<p>
{{.T "willreallyhozon"}}
</p>
<form action="/" method="post">
<input type="hidden" name="hozonsite" value="{{.Url}}" />
<input type="hidden" name="agree" value="1" />
<div class="submit">
<input type="submit" name="submit" value="{{.T "yesreallyhozon"}}" />
</div>
</form>
{{template "footer" .}}