From d32c2ad1b916dc1dcb4703433d70f822d67f6f9d Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 22 Feb 2019 21:56:19 +0100 Subject: prepare account support --- templates/register.html.ep | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 templates/register.html.ep (limited to 'templates/register.html.ep') diff --git a/templates/register.html.ep b/templates/register.html.ep new file mode 100644 index 0000000..4431330 --- /dev/null +++ b/templates/register.html.ep @@ -0,0 +1,38 @@ +
+ %= form_for '/x/register' => (class => 'col s12', method => 'POST') => begin +
+
+ account_circle + + +
+
+ email + + +
+
+ lock + + +
+
+ lock + + +
+
+
+
+
+
+ +
+
+
+
+ %= end +
-- cgit v1.2.3