summaryrefslogtreecommitdiff
path: root/views/jobs.html
blob: 9fdcbf7ade69f20bd01beb98dfe29d41d6a2a174 (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"}}