diff options
| author | Kumar Priyansh <[email protected]> | 2019-05-31 16:41:22 +0700 |
|---|---|---|
| committer | Kumar Priyansh <[email protected]> | 2019-05-31 16:41:22 +0700 |
| commit | f3816335f59f252bf0b728a34ad8692eb1d0a40d (patch) | |
| tree | d88b914128a6723c18039d0d7ef9b57a99eae5be /index.html | |
| parent | 5dee6e40da4fa0ffc61ca32f7eb482693a7b8ba8 (diff) | |
| download | firebase-ecommerce-f3816335f59f252bf0b728a34ad8692eb1d0a40d.tar.xz firebase-ecommerce-f3816335f59f252bf0b728a34ad8692eb1d0a40d.zip | |
Login Screen Updated
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -7,6 +7,9 @@ <title>Firebase ECommerce Solution</title> </head> <body> - <h1>An ECommerce Site Coming Soon...</h1> + <h1>ECommerce Login</h1> + Email: <input type="email" id="email" placeholder="email"><br><br> + Password: <input type="password" placeholder="password" id="password"><br><br> + <button id="login">Login</button> </body> </html>
\ No newline at end of file |
