From 1a57267a17c2fc17fb6e104846fabc3e363c326c Mon Sep 17 00:00:00 2001 From: Emile Date: Fri, 16 Aug 2024 19:50:26 +0200 Subject: initial commit --- templates/botNew.html | 69 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 templates/botNew.html (limited to 'templates/botNew.html') diff --git a/templates/botNew.html b/templates/botNew.html new file mode 100644 index 0000000..1d6e8a3 --- /dev/null +++ b/templates/botNew.html @@ -0,0 +1,69 @@ +{{ define "botNew" }} + +{{ template "head" . }} + + {{ template "nav" . }} + + +

New Bot

+ + This is the page on which you can submit your bots + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Archs + {{ range $idx, $arch := .archs }}{{if $idx}},{{end}} + + + {{- end }} +
Bits{{ range $idx, $bit := .bits }}{{if $idx}},{{end}} + + + {{- end }} +
{{ .res }}
+
+ +{{ template "footer" . }} +{{ end }} -- cgit 1.4.1