aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKumar Priyansh <[email protected]>2019-05-31 17:00:36 +0700
committerKumar Priyansh <[email protected]>2019-05-31 17:00:36 +0700
commit799952c5eb1ec605b42fc1e8951db156c7d77c85 (patch)
treeebf343b39859eac7899672b6d77bc4b03705f7f9
parent7f095a294bdc11515b1d979a4d6f37d2c20ead91 (diff)
downloadfirebase-ecommerce-799952c5eb1ec605b42fc1e8951db156c7d77c85.tar.xz
firebase-ecommerce-799952c5eb1ec605b42fc1e8951db156c7d77c85.zip
Screen Updated
-rw-r--r--signup/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/signup/index.html b/signup/index.html
index 1c845b2..bbce52e 100644
--- a/signup/index.html
+++ b/signup/index.html
@@ -10,7 +10,7 @@
<h1>ECommerce Signup</h1>
Email: <input type="email" id="email" placeholder="email"><br><br>
Password: <input type="password" placeholder="password" id="password"><br><br>
- <button id="login">Signup</button><br><br>
+ <button id="signup">Signup</button><br><br>
<a href="../">Already a user? Login Now!</a>
<script src="../shared/jquery.js"></script>
<script src="https://www.gstatic.com/firebasejs/6.1.0/firebase.js"></script>