Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
facebookegypt authored Oct 24, 2024
1 parent 8e5b340 commit 73e8f18
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<meta name="viewport" content=
"width=device-width,initial-scale=1.0">
<title>Social Media Login Form</title>
<script src="https://www.gstatic.com/firebasejs/11.0.0/firebase-app.js"></script>
<script src="https://www.gstatic.com/firebasejs/11.0.0/firebase-auth.js"></script>
<link rel="stylesheet" href="m.css">
<link rel="stylesheet" href=
Expand Down Expand Up @@ -37,7 +36,7 @@ <h3>Social Media Login</h3>
Login with Facebook
</button>

<script>
<script type="module" src="https://www.gstatic.com/firebasejs/11.0.0/firebase-app.js">
// TODO: Replace the following with your app's Firebase project configuration
const firebaseConfig = {
apiKey: "AIzaSyBbVCXDY6i_OKIX96DcgF8rIV2OTGsrqlk",
Expand Down

0 comments on commit 73e8f18

Please sign in to comment.