Initial commit
bla
This commit is contained in:
9
dev/app/pagecontent/login/content_register.php
Normal file
9
dev/app/pagecontent/login/content_register.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<article>
|
||||
<form action="attempt_register.php" method="post">
|
||||
Username: <input type="text" name="name"><br>
|
||||
E-mail: <input type="text" name="email"><br>
|
||||
Password: <input type="password" name="pass"><br>
|
||||
Verify Password: <input type="password" name="pass2"><br>
|
||||
<input type="submit">
|
||||
</form>
|
||||
</article>
|
||||
Reference in New Issue
Block a user