-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
22 lines (20 loc) · 859 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title> WebChat </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="index.css"/>
<script type="text/javascript" src="index.js"></script>
</head>
<body>
</body>
</html>