blob: c0d68ac528d9661fa2fe24a07be929c637d1c5ef (
plain)
1
2
3
4
5
6
7
8
9
|
{{template "header.html"}}
{{template "navbar.html"}}
<form method="post" action="/new">
<input type="text" name="Url" placeholder="domain">
<!--input type="text" name="name" placeholder="name">
<input type="hidden" name="private" value="0"-->
<input type="submit">
</form>
{{template "footer.html"}}
|