-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathGlobalchat.html
28 lines (22 loc) · 911 Bytes
/
Globalchat.html
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
28
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Global Chat</title>
<!-- Google fonts. -->
<link href='https://fonts.googleapis.com/css?family=Bungee Outline' rel='stylesheet'/>
<link href='https://fonts.googleapis.com/css?family=Varela Round' rel='stylesheet'/>
<!-- Use font awesome icons. -->
<script src="https://kit.fontawesome.com/a076d05399.js"></script>
<!-- Use firebase app and database. -->
<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>
<!---->
<!-- The CSS and JS file must be declared after the things above-->
<link rel="stylesheet" href="Globalchat.css"/>
<script type="text/javascript" src="Globalchat.js"></script>
</head>
<body>
</script>
</body>
</html>