Last active
December 15, 2017 02:37
-
-
Save dmcgrath/00e96162b4a9d554b37fc31db65dadc5 to your computer and use it in GitHub Desktop.
Empty HTML
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<title>ComputasBrann Notes</title> | |
<!-- update the version number as needed --> | |
<script defer src="/__/firebase/4.8.0/firebase.js"></script> | |
<!-- include only the Firebase features as you need --> | |
<script defer src="/__/firebase/4.8.0/firebase-auth.js"></script> | |
<script defer src="/__/firebase/4.8.0/firebase-firestore.js"></script> | |
<style media="screen"> | |
</style> | |
</head> | |
<body> | |
<script> | |
document.addEventListener('DOMContentLoaded', function() { | |
// // π₯π₯π₯π₯π₯π₯π₯π₯π₯π₯π₯π₯π₯π₯π₯π₯π₯π₯π₯π₯π₯π₯π₯π₯π₯π₯π₯π₯π₯π₯π₯ | |
// // The Firebase SDK is initialized and available here! | |
// // π₯π₯π₯π₯π₯π₯π₯π₯π₯π₯π₯π₯π₯π₯π₯π₯π₯π₯π₯π₯π₯π₯π₯π₯π₯π₯π₯π₯π₯π₯π₯ | |
}); | |
</script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment