SVNからのミラー

This commit is contained in:
2026-01-21 03:59:11 +09:00
commit 8bc2fa7dfd
30 changed files with 1250 additions and 0 deletions

9
view/index.html Normal file
View File

@@ -0,0 +1,9 @@
{{template "header" .}}
{{.T "topwhatsave"}}
<form action="/" method="post">
<input type="text" name="hozonsite" value="" />
<div class="submit">
<input type="submit" name="submit" value="{{.T "hozon"}}" />
</div>
</form>
{{template "footer" .}}