-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
35 lines (29 loc) · 1.21 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
<html>
<head>
<script src="https://code.jquery.com/jquery-3.4.1.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/peerjs@0.3.20/dist/peer.min.js"></script>
<script src="script.js"></script>
<script src="compiler.js"></script>
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<body onload="generateDOM()">
<div onload="generatePost()"></div>
<!-- The core Firebase JS SDK is always required and must be listed first -->
<script src="https://www.gstatic.com/firebasejs/7.8.2/firebase-app.js"></script>
<script>
// Your web app's Firebase configuration
var firebaseConfig = {
apiKey: "AIzaSyBNTeHNLpPhNFW8mc_ShRzzgjdOjqm2lcE",
authDomain: "palmeet-41580.firebaseapp.com",
databaseURL: "https://palmeet-41580.firebaseio.com",
projectId: "palmeet-41580",
storageBucket: "palmeet-41580.appspot.com",
messagingSenderId: "791160264358",
appId: "1:791160264358:web:5505c9867ebb7c3e628667"
};
// Initialize Firebase
firebase.initializeApp(firebaseConfig);
</script>
<script src="https://www.gstatic.com/firebasejs/7.8.2/firebase-firestore.js"></script>
</body>
</html>