-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (27 loc) · 851 Bytes
/
index.html
File metadata and controls
27 lines (27 loc) · 851 Bytes
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>
<head>
<title>Test</title>
</head>
<body>
<div class="wildfire_thread"></div>
<script>
var wildfireConfig = () => ({
useDev: true,
version: '0.5.3',
databaseProvider: 'firebase',
databaseConfig: {
apiKey: "AIzaSyA58LRgGkScdEvlJ4UGw5pmq0BI6C_jum0",
authDomain: "aggregator-d4b86.firebaseapp.com",
databaseURL: "https://aggregator-d4b86.firebaseio.com",
projectId: "aggregator-d4b86",
storageBucket: "aggregator-d4b86.appspot.com",
messagingSenderId: "293195558013"
},
theme: 'light',
locale: 'en',
defaultAvatarURL: 'https://image.flaticon.com/icons/svg/621/621863.svg'
})
</script>
<script src="./index.js"></script>
</body>
</html>