Created
September 12, 2022 18:18
-
-
Save hieptl/e7824465f7ed48bfd2ac08bb88367ee5 to your computer and use it in GitHub Desktop.
Chat App with Firebase - index.html - 1
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 lang="en"> | |
<head> | |
<meta charset="UTF-8" /> | |
<meta name="viewport" content="width=device-width, initial-scale=1" /> | |
<title>Firebase RealTime Chat</title> | |
<link rel="stylesheet" href="./index.css"> | |
</head> | |
<body> | |
<!-- scripts --> | |
<script src="https://www.gstatic.com/firebasejs/8.2.1/firebase-app.js"></script> | |
<script src="https://www.gstatic.com/firebasejs/8.2.1/firebase-database.js"></script> | |
<script src="index.js"></script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment