summaryrefslogtreecommitdiff
path: root/views/jobs.html
diff options
context:
space:
mode:
authorHorus32015-02-19 13:30:54 +0100
committerHorus32015-02-19 13:30:54 +0100
commit02e6a8b9ae3596ee1c405cdd1541c5cc59b50e3a (patch)
tree157a800cc381e78bb03b8868417db8fe12ca8239 /views/jobs.html
parentd9749f16e15739c7652b05af391af9e59e2307d6 (diff)
downloadstatuspage-02e6a8b9ae3596ee1c405cdd1541c5cc59b50e3a.tar.gz
Static file handling and autoimport the db-driver from Makefile.
Diffstat (limited to 'views/jobs.html')
-rw-r--r--views/jobs.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/views/jobs.html b/views/jobs.html
new file mode 100644
index 0000000..c0d68ac
--- /dev/null
+++ b/views/jobs.html
@@ -0,0 +1,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"}}