-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (24 loc) · 911 Bytes
/
index.html
File metadata and controls
27 lines (24 loc) · 911 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
<!DOCTYPE html><html lang="en"><head>
<script src="p5.js"></script>
<script src="p5.sound.min.js"></script>
<script src="firebase.js"></script>
<script>
const firebaseConfig = {
apiKey: "AIzaSyAevKp004DjNT6qs6QSECrX25u0Ol5Xwvs",
authDomain: "bake-off-2-5df10.firebaseapp.com",
databaseURL: "https://bake-off-2-5df10-default-rtdb.europe-west1.firebasedatabase.app",
projectId: "bake-off-2-5df10",
storageBucket: "bake-off-2-5df10.appspot.com",
messagingSenderId: "774720319849",
appId: "1:774720319849:web:8a7f21ab72f550d1734df8",
measurementId: "G-D4GHXN5V5X"
};
</script>
<link rel="stylesheet" type="text/css" href="style.css">
<meta charset="utf-8">
</head>
<body>
<script src="sketch.js"></script>
<script src="ppi.js"></script>
<script src="support.js"></script>
</body></html>