-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
27 lines (25 loc) · 1.3 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
<html>
<meta http-equiv="refresh" content="0; url=http://www.allkillsports.com/?utm_source=%EB%84%A4%EB%B9%84%EC%96%B4+%EB%B8%94%EB%A1%9C%EA%B7%B8+%28https%3A%2F%2Fblog.naver.com%2Fcode_edu%2F222857838899%29+%EC%9C%A0%EC%9E%85"></meta>
<body></body>
<script type="module">
// Import the functions you need from the SDKs you need
import { initializeApp } from "https://www.gstatic.com/firebasejs/9.9.4/firebase-app.js";
import { getAnalytics } from "https://www.gstatic.com/firebasejs/9.9.4/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: "AIzaSyC6-Fw8mHEvN1FVg-7b2RzVD_d3nga5EG8",
authDomain: "rbwebredirect.firebaseapp.com",
projectId: "rbwebredirect",
storageBucket: "rbwebredirect.appspot.com",
messagingSenderId: "982773950011",
appId: "1:982773950011:web:ce04fefc6e5fdea81e9e1e",
measurementId: "G-4YE1N0K2Z5"
};
// Initialize Firebase
const app = initializeApp(firebaseConfig);
const analytics = getAnalytics(app);
</script>
</html>