aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorKumar Priyansh <[email protected]>2019-05-31 16:41:22 +0700
committerKumar Priyansh <[email protected]>2019-05-31 16:41:22 +0700
commitf3816335f59f252bf0b728a34ad8692eb1d0a40d (patch)
treed88b914128a6723c18039d0d7ef9b57a99eae5be /index.html
parent5dee6e40da4fa0ffc61ca32f7eb482693a7b8ba8 (diff)
downloadfirebase-ecommerce-f3816335f59f252bf0b728a34ad8692eb1d0a40d.tar.xz
firebase-ecommerce-f3816335f59f252bf0b728a34ad8692eb1d0a40d.zip
Login Screen Updated
Diffstat (limited to 'index.html')
-rw-r--r--index.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/index.html b/index.html
index ac72076..0931094 100644
--- a/index.html
+++ b/index.html
@@ -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