aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKumar Priyansh <[email protected]>2019-05-31 16:56:56 +0700
committerKumar Priyansh <[email protected]>2019-05-31 16:56:56 +0700
commit53381dbcce899021b30f07936beda8be14604678 (patch)
tree5ba658bdecf3ac40bf6f39334eda7a65f60ae668
parentc2be1c94a41cdce6dda9a71c2ed966ee8f00b47c (diff)
downloadfirebase-ecommerce-53381dbcce899021b30f07936beda8be14604678.tar.xz
firebase-ecommerce-53381dbcce899021b30f07936beda8be14604678.zip
Screen Updated
-rw-r--r--index.html2
-rw-r--r--signup/index.html2
2 files changed, 4 insertions, 0 deletions
diff --git a/index.html b/index.html
index 50770e4..de16c17 100644
--- a/index.html
+++ b/index.html
@@ -14,5 +14,7 @@
<a href="signup">Not a user? Signup Now!</a>
<script src="shared/jquery.js"></script>
<script src="https://www.gstatic.com/firebasejs/6.1.0/firebase-app.js"></script>
+ <script src="shared/firebaseConfig.js"></script>
+ <script src="shared/Login.js"></script>
</body>
</html> \ No newline at end of file
diff --git a/signup/index.html b/signup/index.html
index 2d712ed..2d6fbba 100644
--- a/signup/index.html
+++ b/signup/index.html
@@ -14,5 +14,7 @@
<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-app.js"></script>
+ <script src="../shared/firebaseConfig.js"></script>
+ <script src="../shared/Signup.js"></script>
</body>
</html> \ No newline at end of file