-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreact-ant.html
More file actions
60 lines (59 loc) · 2.03 KB
/
Copy pathreact-ant.html
File metadata and controls
60 lines (59 loc) · 2.03 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
54
55
56
57
58
59
60
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>Metal and Colors</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="viewport" content="width=device-width"/>
<link rel="stylesheet" href="bootstrap/css/bootstrap.min.css"/>
<link rel="stylesheet" href="css/uui-all.css"/>
<link rel="stylesheet" href="css/custom-styles.css"/>
<link rel="stylesheet" href="fonts/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="css/lib/components/awesome-bootstrap-checkbox.css"/>
<link rel="stylesheet" href="css/lib/components/bootstrap-select.min.css"/>
<link rel="stylesheet" href="css/lib/components/jquery.mCustomScrollbar.css"/>
<script src="js/lib/jquery-1.11.1.min.js"></script>
<script src="js/lib/components/jquery.mCustomScrollbar.concat.min.js"></script>
<script src="js/lib/jquery.cookie.js"></script>
<script src="bootstrap/js/bootstrap.min.js"></script>
<script src="js/uui-core.min.js" type="text/javascript"></script>
<script src="js/lib/components/bootstrap-select.min.js"></script>
<script src="js/utils.js" type="text/javascript"></script>
<!-- IE9- support of HTML5 -->
<!--[if lt IE 9]>
<script src="js/lib/html5shiv.js"></script>
<script src="js/lib/respond.min.js"></script>
<![endif]-->
</head>
<style>
body {
display: contents;
}
</style>
<body>
<header>
<div class="replace site-header">replace</div>
</header>
<div class="wrapper">
<div class="replace left-side-bar">replace</div>
<div class="uui-main-container page-inside">
<div id="root"></div>
</div>
<div class="replace right-side-bar">replace</div>
</div>
<footer>
<div class="replace footer">replace</div>
</footer>
<Script language="JavaScript">
UUI.Vertical_Menu.init({"open": true});
</script>
<script>
$('.selectpicker').selectpicker();
</script>
<script>
includeSideBar();
activateTopElement(5,6);
</script>
<script type="text/javascript" src="js/react_ant_bundle.js"></script></body>
</body>
</html>