This commit is contained in:
2019-03-22 10:56:49 +01:00
parent 7f926fd15e
commit 5fb61b9956
9 changed files with 432 additions and 25 deletions
+22
View File
@@ -0,0 +1,22 @@
extends base
block content
section.section
.container
.columns.is-centered
.column.is-narrow.is-desktop
form(action="upload-target", method="POST", encType="multipart/form-data")
.field
label.label Name
input.input(type="text", name="name", placeholder="Name of your AI")
.field
.file.has-name
label.file-label
input.file-input(type="file", name="archive")
span.file-cta
span.file-icon
i.fas.fa-upload
span.file-label Choose a file…
span.file-name
.control
button.button.is-link Submit