aboutsummaryrefslogtreecommitdiff
path: root/ufund-ui/src/app/components/login/login.component.html
blob: 41427ae019baf8c047e733b0fad4c78dcdef0184 (plain) (blame)
1
2
3
4
5
<p>Login:</p>
<input placeholder="Username" type="text">
<input placeholder="Password" type="password">
<button>Login</button>
<button>Create Account...</button>