diff options
Diffstat (limited to 'ufund-ui/src/app/components/login/login.component.html')
-rw-r--r-- | ufund-ui/src/app/components/login/login.component.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ufund-ui/src/app/components/login/login.component.html b/ufund-ui/src/app/components/login/login.component.html new file mode 100644 index 0000000..1bf2a3f --- /dev/null +++ b/ufund-ui/src/app/components/login/login.component.html @@ -0,0 +1,5 @@ +<p>Login:</p> +<input placeholder="Username" type="text"> +<input placeholder="Password" type="password"> +<button>Login</button> +<button>Create Account</button> |