Skip to content

Instantly share code, notes, and snippets.

@lizzybrooks
Created May 6, 2024 23:28
Show Gist options
  • Save lizzybrooks/f6679ce5c258549579a3dc48c4c31c81 to your computer and use it in GitHub Desktop.
Save lizzybrooks/f6679ce5c258549579a3dc48c4c31c81 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<script src="https://www.gstatic.com/firebasejs/8.0.0/firebase-app.js"></script>
<script src="https://www.gstatic.com/firebasejs/8.0.0/firebase-auth.js"></script>
<script src="https://www.gstatic.com/firebasejs/8.0.0/firebase-database.js"></script>
<script src="https://www.gstatic.com/firebasejs/8.0.0/firebase-storage.js"></script>
<script>
// Initialize Firebase
var firebaseConfig = {
apiKey: "AIzaSyC7p3dBJCvspGpCLLJfl81_IVB49q1UAKM",
authDomain: "imagestorage-b2f96.firebaseapp.com",
projectId: "imagestorage-b2f96",
storageBucket: "imagestorage-b2f96.appspot.com",
messagingSenderId: "650789581003",
appId: "1:650789581003:web:3e19bd474cde292de12b4e",
measurementId: "G-KTW5VPNB08"
};
firebase.initializeApp(firebaseConfig);
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.9.1/p5.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.9.1/addons/p5.sound.min.js"></script>
<link rel="stylesheet" type="text/css" href="style.css">
<meta charset="utf-8" />
</head>
<body>
<main>
</main>
<script src="sketch.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment