aboutsummaryrefslogtreecommitdiff
path: root/ufund-ui/src/app/components/login/login.component.html
blob: 1bf2a3f3ee1ad0de179bf4e7bf3d346a9efcf8f6 (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>