@@ 0,0 1,12 @@
+extends layout
+
+block content
+ h1 Deploy a webpage
+ form(action='/deploy' method='post')
+ div(class='form-item')
+ label(for='clone-url') The git repo containing your static website.
+ input(type='text' name='clone-url' placeholder='https://git.sr.ht/~ekez/cat.negativefour.app' required)
+ div(class='form-item')
+ label(for='subdomain') The negativefour.app subdomain that your website will be deployed to. For example, selecting cat would cause your webpage to be deployed at #[a(href="https://cat.negativefour.app") cat.negativefour.app].
+ input(type='text' name='subdomain' placeholder='fish' required)
+ input(type='submit' value='Deploy')