-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChat.html
32 lines (21 loc) · 989 Bytes
/
Chat.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
29
30
31
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<link rel="shortcut icon" href="images/Extras/BrawlStars-Icon_3.png" type="image/x-icon">
<title> Brawl 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="CSS Proyect/Chat.css"/>
<script type="text/javascript" src="JS Proyect/Chat.js"></script>
</head>
<body>
</body>
</html>