-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathindex.html
75 lines (68 loc) · 4.89 KB
/
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
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<!DOCTYPE html>
<html>
<head>
<title>React Admin Dashboard</title>
<link rel="shortcut icon" href="favicon.ico">
<meta charset="utf-8">
<meta property="og:url" content="https://template.roweldev.com/">
<meta property="og:title" content="React Admin Dashboard">
<meta property="og:description" content="React Admin Dashboard">
<meta property="og:image" content="https://template.roweldev.com/assets/images/fb-og-image.png" />
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="theme-color" content="#202729">
<meta name="msapplication-navbutton-color" content="#202729">
<meta name="apple-mobile-web-app-status-bar-style" content="#202729">
<meta name="viewport" content="width=device-width,initial-scale=1">
<style type="text/css">
/* PRELOADER */.preloader {position: fixed;top: 0;left: 0;bottom: 0;right: 0;background: #252627;z-index: 1031;display: block;overflow: hidden;height: 100%;width: 100%;}.preloader .inner {position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto;width: 320px;max-width: 100%;height: 100px;text-align: center;}.preloader .inner>span {color: #8d8d8d;margin-top: 9px;font-size: 9px;font-family: "Open Sans", sans-serif;letter-spacing: 3px;margin-bottom: 30px;display: block;}.preloader .progress-bar {text-align: left;}.preloader .progress-bar_bg {height: 1px;background: #047765;width: 320px;}.preloader .progress-bar_bg div {height: 1px;background: #08fdd8;width: 0;}.progress-bar-loader {-webkit-animation: init-load 1.5s infinite ease;animation: init-load 1.5s infinite ease;}@-webkit-keyframes init-load {0%, 100% {-webkit-transform: translate(0,0);transform: translate(0,0);}50% {-webkit-transform: translate(260px,0);transform: translate(260px,0);}}@keyframes init-load {0%, 100% {-webkit-transform: translate(0,0);transform: translate(0,0);}50% {-webkit-transform: translate(260px,0);transform: translate(260px,0);}}/* PRELOADER END */
</style>
<link rel="stylesheet" href="http://localhost:5000/vendors/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="http://localhost:5000/vendors/material-design-iconic-font/css/material-design-iconic-font.min.css">
<link rel="stylesheet" href="http://localhost:5000/vendors/fonts.css">
<link rel="stylesheet" href="http://localhost:5000/vendors/waves/css/waves.min.css">
<link rel="stylesheet" href="http://localhost:5000/vendors/perfect-scrollbar/perfect-scrollbar.css">
<link rel="stylesheet" href="http://localhost:5000/vendors/lightgallery/css/lightGallery.css">
</head>
<body class="full-layout" rg-skin="primary">
<div class="preloader preloader-base">
<div class="inner">
<span>Template is loading...</span>
<div class="progress-bar">
<div class="progress-bar_bg">
<div style="width: 60px" class="progress-bar-loader"></div>
</div>
</div>
</div>
</div>
<div id='root'></div>
<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','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-113233729-3', 'auto');
</script>
<!-- JQuery -->
<script src="http://localhost:5000/vendors/jquery/jquery.min.js"></script>
<!-- Waves Effed -->
<script src="http://localhost:5000/vendors/waves/js/waves.min.js"></script>
<!-- SparkLine -->
<script src="http://localhost:5000/vendors/sparklines/jquery.sparkline.min.js"></script>
<!-- EasyPieChart -->
<script src="http://localhost:5000/vendors/easypiechart/easypiechart.min.js"></script>
<!-- Flot Charts -->
<script src="http://localhost:5000/vendors/plot/flot/jquery.flot.js"></script>
<script src="http://localhost:5000/vendors/plot/flot/jquery.flot.resize.js"></script>
<script src="http://localhost:5000/vendors/plot/flot/jquery.flot.pie.js"></script>
<script src="http://localhost:5000/vendors/plot/flot.tooltip/js/jquery.flot.tooltip.min.js"></script>
<script src="http://localhost:5000/vendors/plot/flot-orderBars/js/jquery.flot.orderBars.js"></script>
<script src="http://localhost:5000/vendors/plot/flot.curvedlines/curvedLines.js"></script>
<!-- Light Gallery -->
<script src="http://localhost:5000/vendors/lightgallery/js/lightGallery.min.js"></script>
<!-- App Bundle -->
<script src="http://localhost:5000/static/bundle.js"></script>
<a href="https://github.com/roweldeguzman/react-admin-dashboard" target="_blank">
<img style="position: fixed; right: 0; border: 0;transform: rotate(90deg);bottom: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub">
</a>
</body>
</html>