-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
24 lines (23 loc) · 989 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
23
24
<!DOCTYPE html>
<html>
<head>
<title>Crazy Chat</title>
<!-- <link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/skeleton.css"> -->
<!--<link href='https://fonts.googleapis.com/css?family=Shadows+Into+Light' rel='stylesheet' type='text/css'>-->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link href="css/animate.css" rel="stylesheet">
<link href="css/font-awesome.min.css" rel="stylesheet">
<link href="css/font-awesome.min.css" rel="stylesheet">
<link rel="stylesheet" href="css/material.css">
<!-- <link rel="icon" type="image/png" href="images/favicon.png"> -->
<script src="node_modules/socket.io/node_modules/socket.io-client/socket.io.js"></script>
<script src="js/socketConnection.js"></script>
<script data-main="js/require.config" src="js/lib/require.js"></script>
</head>
<body ng-cloak layout="column">
<div flex layout="row" ui-view>
</div>
</body>
</html>