account page stubbed: link to etsy sign up
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
{{ componentBody "nav_bar" }}
|
||||
|
||||
<h1>Sign Up</h1>
|
||||
|
||||
<form action="accounts" method="post">
|
||||
<label>
|
||||
Email:
|
||||
<input type="text" required name="email" />
|
||||
</label>
|
||||
<input type="submit" value="Submit" />
|
||||
</form>
|
||||
Reference in New Issue
Block a user