12345678910111213141516171819 |
- <ons-page id="section">
-
-
- <ons-toolbar inline>
- <div class="center">
- Login
- </div>
- </ons-toolbar>
- <p>
- <input placeholder="Username" id="username" class="text-input">
- </p>
- <p>
- <input type="password" placeholder="Password" id="username" class="text-input">
- </p>
- <p>
- <ons-button modifier="large" ng-click="dialog.hide()">Sign in</ons-button>
- </p>
-
- </ons-page>
|