-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
53 lines (47 loc) · 2.13 KB
/
index.html
File metadata and controls
53 lines (47 loc) · 2.13 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!doctype html>
<html lang="en" class=" js no-touch no-android chrome no-firefox no-iemobile no-ie no-ie10 no-ie11 no-ios no-ios7 ipad">
<head>
<title>DEVSTUDY</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<link href='http://fonts.googleapis.com/css?family=Raleway:400,300,600' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="/dist/css/bootstrap.css" type="text/css" />
<link rel="stylesheet" href="/dist/css/animate.css" type="text/css" />
<link rel="stylesheet" href="/dist/css/font-awesome.min.css" type="text/css" />
<link rel="stylesheet" href="/dist/css/react-admin.min.css" type="text/css" />
<link href="/dist/css/chartist.css" rel="stylesheet">
<link href="/dist/css/draft.css" rel="stylesheet">
<link href="/dist/css/rcslider.css" rel="stylesheet">
<link href="/dist/css/react-datepicker.css" rel="stylesheet">
<!-- <script type="text/javascript"
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyDcFNRi76eAdxQKB3wdKigoMisNpSYNoM0&libraries=geometry,places,visualization">
</script> -->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" />
<style>
#content {
display: block;
}
</style>
<script>
window.config = {
backend : 'http://localhost:5000/',
appId : '5765521282941492bd81ed90',
serverURL : 'http://localhost:5050/',
cookieIdentifier : 'X-accesstoken-prod'
}
</script>
</head>
<body>
<section class="vbox" id="wrapperContainer"></section>
</body>
<script src="/dist/js/lib.js"></script>
<script src="/dist/js/bundle.js"></script>
<!-- <script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-61426065-1', 'auto');
ga('send', 'pageview');
</script> -->
</html>