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