aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html9
1 files changed, 4 insertions, 5 deletions
diff --git a/index.html b/index.html
index d4b55d3..ef16db8 100644
--- a/index.html
+++ b/index.html
@@ -21,10 +21,9 @@
</div>
</form>
<span class="navbar-text">
- <a class="nav-link" href="#" id="sign" style="display: block; width: 100%; padding: .25rem 1.5rem; text-align: inherit;
- white-space: nowrap;">Sign In/ Register</a>
- <div class="nav-item dropdown">
- <a aria-expanded="false" aria-haspopup="true" class="nav-link dropdown-toggle" data-toggle="dropdown" href="#" id="navbarDropdown" role="button" style="display: none;">
+ <a class="nav-link" href="login/" id="sign" style="width: 100%; padding: .25rem 1.5rem; text-align: inherit; white-space: nowrap;">Sign In/ Register</a>
+ <div id="signed" class="nav-item dropdown">
+ <a aria-expanded="false" aria-haspopup="true" class="nav-link dropdown-toggle" data-toggle="dropdown" href="#" id="navbarDropdown" role="button">
My Account
</a>
<div
@@ -88,6 +87,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/js/firebaseConfig.js"></script>
- <script src="shared/js/LoginCheck.js"></script>
+ <script src="shared/js/Dashboard.js"></script>
</body>
</html>