-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.html
More file actions
20 lines (19 loc) · 960 Bytes
/
Copy pathindex.html
File metadata and controls
20 lines (19 loc) · 960 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="author" content="Aman Singh">
<title> MemeChat 2.0 </title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
<link href='https://fonts.googleapis.com/css?family=Bungee Outline' rel='stylesheet'/>
<link href='https://fonts.googleapis.com/css?family=Varela Round' rel='stylesheet'/>
<link href='https://fonts.googleapis.com/css?family=Bungee' rel='stylesheet'/>
<link href="index.css" rel="stylesheet" />
<!-- <script src="https://kit.fontawesome.com/a076d05399.js"></script> -->
<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 type="text/javascript" src="index.js"></script>
</head>
<body>
</body>
</html>