mirror of
https://github.com/Foltik/Shimapan
synced 2024-11-14 08:49:51 -05:00
11 lines
549 B
HTML
Executable File
11 lines
549 B
HTML
Executable File
<div id="register-form" class="form">
|
|
<h3>Register</h3>
|
|
<fieldset>
|
|
<form ng-submit="register()">
|
|
<input id="username" placeholder="Username" class="form-control" type="text" ng-model="username"/>
|
|
<input id="password" placeholder="Password" class="form-control" type="password" ng-model="password"/>
|
|
<input id="invite" placeholder="Invite Code" class="form-control" type="text" ng-model="invite"/>
|
|
<button type="submit" class="btn">Submit</button>
|
|
</form>
|
|
</fieldset>
|
|
</div> |