Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
annie-bhaiya authored Jan 11, 2024
1 parent 116472f commit e266d78
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,29 @@
href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
/>
<link rel="stylesheet" href="styles.css" />
<script type="module">
// Import the functions you need from the SDKs you need
import { initializeApp } from "https://www.gstatic.com/firebasejs/10.7.1/firebase-app.js";
import { getAnalytics } from "https://www.gstatic.com/firebasejs/10.7.1/firebase-analytics.js";
// TODO: Add SDKs for Firebase products that you want to use
// https://firebase.google.com/docs/web/setup#available-libraries

// Your web app's Firebase configuration
// For Firebase JS SDK v7.20.0 and later, measurementId is optional
const firebaseConfig = {
apiKey: "AIzaSyBNRdnlfcMabMPY0CuVK0O-U9Zl-FQrWWU",
authDomain: "link-in-bio-740b1.firebaseapp.com",
projectId: "link-in-bio-740b1",
storageBucket: "link-in-bio-740b1.appspot.com",
messagingSenderId: "267898937311",
appId: "1:267898937311:web:225ac1be85a05494e2ee6a",
measurementId: "G-DQJ619EGXK"
};

// Initialize Firebase
const app = initializeApp(firebaseConfig);
const analytics = getAnalytics(app);
</script>
</head>
<body>
<div class="outer">
Expand Down Expand Up @@ -88,7 +111,7 @@ <h2>X</h2>
</div>
<div>
<h2>Discord</h2>
<div>Divyansh Jain's community</div>
<div>Community</div>
</div>
<div class="arrow">
<i class="fas fa-arrow-right"></i>
Expand Down

0 comments on commit e266d78

Please sign in to comment.