11<!DOCTYPE html>
22< html lang ="en ">
3+ < head >
4+ < meta charset ="UTF-8 " />
5+ < link rel ="shortcut icon " href ="/favicon.ico " type ="image/x-icon " />
6+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
7+ < link rel ="preconnect " href ="https://fonts.googleapis.com " />
8+ < link rel ="preconnect " href ="https://fonts.gstatic.com " crossorigin />
9+ < link
10+ rel ="stylesheet "
11+ href ="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap "
12+ />
13+ < script >
14+ var global = global || window ;
15+ </ script >
16+ < script type ="module ">
17+ // Import the functions you need from the SDKs you need
18+ import { initializeApp } from "https://www.gstatic.com/firebasejs/9.16.0/firebase-app.js" ;
19+ import { getAnalytics } from "https://www.gstatic.com/firebasejs/9.16.0/firebase-analytics.js" ;
20+ // TODO: Add SDKs for Firebase products that you want to use
21+ // https://firebase.google.com/docs/web/setup#available-libraries
322
4- < head >
5- < meta charset ="UTF-8 " />
6- < link rel ="shortcut icon " href ="/favicon.ico " type ="image/x-icon ">
7- < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
8- < link rel ="preconnect " href ="https://fonts.googleapis.com " />
9- < link rel ="preconnect " href ="https://fonts.gstatic.com " crossorigin />
10- < link rel ="stylesheet " href ="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap " />
11- < script >
12- var global = global || window ;
13- </ script >
23+ // Your web app's Firebase configuration
24+ // For Firebase JS SDK v7.20.0 and later, measurementId is optional
25+ const firebaseConfig = {
26+ apiKey : "AIzaSyDB5_44AT7IM0h49mzdeZAdVt8tBx-oH4Y" ,
27+ authDomain : "jump-defi.firebaseapp.com" ,
28+ projectId : "jump-defi" ,
29+ storageBucket : "jump-defi.appspot.com" ,
30+ messagingSenderId : "689536437470" ,
31+ appId : "1:689536437470:web:622a62fa3a422eb9d2864f" ,
32+ measurementId : "G-2MSF5XF8LY" ,
33+ } ;
1434
15- < title > Jump DeFi</ title >
16- </ head >
35+ // Initialize Firebase
36+ const app = initializeApp ( firebaseConfig ) ;
37+ const analytics = getAnalytics ( app ) ;
38+ </ script >
39+ < title > Jump DeFi</ title >
40+ </ head >
1741
18- < body >
19- < div id ="root "> </ div >
20- < script type ="module " src ="/src/main.tsx "> </ script >
21- </ body >
22-
23- </ html >
42+ < body >
43+ < div id ="root "> </ div >
44+ < script type ="module " src ="/src/main.tsx "> </ script >
45+ </ body >
46+ </ html >
0 commit comments