2014-10-31 16:48:37 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head lang="en">
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<title></title>
|
2014-11-24 02:03:10 +00:00
|
|
|
|
|
|
|
<link rel="stylesheet"
|
|
|
|
type="text/css",
|
|
|
|
href="platform/commonUI/general/res/css/normalize.min.css">
|
|
|
|
|
|
|
|
<link rel="stylesheet"
|
|
|
|
type="text/css",
|
|
|
|
href="platform/commonUI/general/res/css/theme-espresso.css">
|
|
|
|
|
|
|
|
<link rel="stylesheet"
|
|
|
|
type="text/css",
|
|
|
|
href="platform/commonUI/general/res/css/items.css">
|
|
|
|
|
|
|
|
<link rel="stylesheet"
|
|
|
|
type="text/css",
|
|
|
|
href="platform/commonUI/general/res/css/tree.css">
|
|
|
|
|
2014-10-31 16:48:37 +00:00
|
|
|
<script type="text/javascript"
|
2014-10-31 23:43:16 +00:00
|
|
|
src="platform/framework/lib/require.js"
|
|
|
|
data-main="platform/framework/src/Main.js">
|
2014-10-31 16:48:37 +00:00
|
|
|
</script>
|
|
|
|
</head>
|
2014-11-24 02:03:10 +00:00
|
|
|
<body class="user-environ" ng-view>
|
2014-10-31 16:48:37 +00:00
|
|
|
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|