-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (22 loc) · 940 Bytes
/
index.html
File metadata and controls
22 lines (22 loc) · 940 Bytes
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">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="assets/hackerhub.ico" type="image/x-icon"/>
<title>HackerHub</title>
<link rel="stylesheet" type="text/css" href="public/styles/style.css">
<link rel="stylesheet" href="node_modules/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="http://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css">
<link href="https://fonts.googleapis.com/css?family=Josefin+Sans|Droid+Serif" rel="stylesheet">
<script src="https://use.fontawesome.com/6a7d1e646b.js"></script>
</head>
<body>
<div id="app">
<h1>HackerHub</h1>
<h2 id="loading">Loading <i class="fa fa-spinner fa-pulse fa-3x fa-fw"></i></h2>
</div>
<script src="https://www.gstatic.com/firebasejs/4.1.2/firebase.js"></script>
<script src="public/scripts/app.js"></script>
</body>
</html>