-
Notifications
You must be signed in to change notification settings - Fork 45
/
Copy pathindex.html
28 lines (22 loc) · 944 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
25
26
27
28
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Layer React example</title>
<meta name="description" content="Layer React example">
<link rel="shortcut icon" href="http://static.layer.com/web/favicon.png">
<link href="//fonts.googleapis.com/css?family=Open+Sans:300,400,600" rel="stylesheet" type="text/css">
<link href="//fonts.googleapis.com/css?family=Raleway:300,400" rel="stylesheet" type="text/css">
<link href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.4.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<!-- Common CSS and Identity dialog -->
<link href="common/style.css" rel="stylesheet">
<script src="common/layerSample.js"></script>
<!-- Layer Web SDK -->
<script src="http://static.layer.com/sdk/layer-private-beta.js"></script>
<!-- React build -->
<script src="bundle.js"></script>
</head>
<body>
<div id="root" class='main-app'></div>
</body>
</html>