-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
55 lines (49 loc) · 2.08 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Malrufaihi Games-Hub</title>
<!-- Meta data -->
<meta property="og:type" content="website" />
<meta property="og:title" content="Malrufaihi Games-Hub" />
<meta
property="og:description"
content="Check the latest games in one place"
/>
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:site_name" content="Malrufaihi Games-Hub" />
<meta property="og:url" content="www.videogame-hub.com" />
<!-- img -->
<meta property="og:image" content="public/video-game-hub-thumbnail.webp" />
<!-- Firebase -->
<script defer type="module">
// Import the functions you need from the SDKs you need
import { initializeApp } from 'https://www.gstatic.com/firebasejs/11.1.0/firebase-app.js';
import { getAnalytics } from 'https://www.gstatic.com/firebasejs/11.1.0/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: 'AIzaSyCNxXTOy9pdwAmiFsxOSDHg2F9B2Vu2kzE',
authDomain: 'video-game-hub-52b3b.firebaseapp.com',
projectId: 'video-game-hub-52b3b',
storageBucket: 'video-game-hub-52b3b.firebasestorage.app',
messagingSenderId: '251088183164',
appId: '1:251088183164:web:f297078e62d861b0d50ef9',
measurementId: 'G-SGRYPY2DND',
};
// Initialize Firebase
const app = initializeApp(firebaseConfig);
const analytics = getAnalytics(app);
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>