Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
Added Servers
  • Loading branch information
bluepanda280 authored Mar 8, 2024
1 parent a139f01 commit ab73dc9
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,31 @@
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Madimi+One&display=swap" rel="stylesheet">
<!-- DO NOT EDIT: Fonts -->
<!-- DO NOT EDIT: Fonts, Server -->
<script type="module">
// Import the functions you need from the SDKs you need
import { initializeApp } from "https://www.gstatic.com/firebasejs/10.8.1/firebase-app.js";
import { getAnalytics } from "https://www.gstatic.com/firebasejs/10.8.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: "AIzaSyAAM13YMi3G2JiKRfcaaHLXjGp-Is5CL8I",
authDomain: "website-dashboard-32cde.firebaseapp.com",
projectId: "website-dashboard-32cde",
storageBucket: "website-dashboard-32cde.appspot.com",
messagingSenderId: "848632844502",
appId: "1:848632844502:web:41fd792fa0f8d5ac6d3977",
measurementId: "G-JKCQ0YZ47B"
};

// Initialize Firebase
const app = initializeApp(firebaseConfig);
const analytics = getAnalytics(app);
</script>
<!-- Do not Edit: server-->
</head>
<body>
<link rel="stylesheet" href="style.css">
Expand Down

0 comments on commit ab73dc9

Please sign in to comment.