aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorKumar Priyansh <[email protected]>2019-06-09 19:25:58 +0530
committerKumar Priyansh <[email protected]>2019-06-09 19:25:58 +0530
commitd19e879609da765d2a9d74990e25ad1761216654 (patch)
treec2234932a97295055e200caa72180e5f3a4ad595 /index.html
parentf9649f4578fb73f998f5c7d0e81a3802169a6520 (diff)
downloadfirebase-ecommerce-d19e879609da765d2a9d74990e25ad1761216654.tar.xz
firebase-ecommerce-d19e879609da765d2a9d74990e25ad1761216654.zip
Added Login Page
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 9b3bc94..9dd56b9 100644
--- a/index.html
+++ b/index.html
@@ -88,6 +88,6 @@
<script crossorigin="anonymous" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>
<script src="https://www.gstatic.com/firebasejs/6.1.0/firebase.js"></script>
<script src="shared/firebaseConfig.js"></script>
- <script src="shared/Login.js"></script>
+ <script src="shared/LoginCheck.js"></script>
</body>
</html>