Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
CusMeDroid committed Jan 30, 2024
1 parent 8d2286b commit 526d0e8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions remote-switch/login/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
<link rel="stylesheet" type="text/css" href="../../assets/css/style.css">
<!-- Lib include -->
<script src="https://www.gstatic.com/firebasejs/8.4.2/firebase.js"></script>
<script src="https://www.gstatic.com/firebasejs/8.4.2/firebase-app.js"></script>
<script src="https://www.gstatic.com/firebasejs/8.4.2/firebase-analytics.js"></script>
<script src="https://www.gstatic.com/firebasejs/8.4.2/firebase-auth.js"></script>
</head>
<body>
Expand Down Expand Up @@ -50,8 +48,8 @@ <h1>Sign Up</h1><hr>
<a href="../../privacy-policy">Privacy Policy</a>
<p>Copyright 2024 - <a href="../../">KSmart</a></p>
</footer>
<script type="text/javascript" src="../../assets/js/config/index.js"></script>
<script type="module" src="../../assets/js/analytics/index.js"></script>
<script type="text/javascript" src="../../assets/js/config/index.js"></script>
<script type="text/javascript" src="../../assets/js/storage/index.js"></script>
<script type="text/javascript" src="../../assets/js/b/index.js"></script>
</body>
Expand Down

0 comments on commit 526d0e8

Please sign in to comment.