2014-10-31 16:48:37 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head lang="en">
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<title></title>
|
|
|
|
<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>
|
2015-01-27 22:20:15 +00:00
|
|
|
<link rel="icon" type="image/png" href="platform/commonUI/general/res/images/favicons/favicon-32x32.png" sizes="32x32">
|
|
|
|
<link rel="icon" type="image/png" href="platform/commonUI/general/res/images/favicons/favicon-96x96.png" sizes="96x96">
|
|
|
|
<link rel="icon" type="image/png" href="platform/commonUI/general/res/images/favicons/favicon-16x16.png" sizes="16x16">
|
|
|
|
<link rel="shortcut icon" href="platform/commonUI/general/res/images/favicons/favicon.ico">
|
2014-10-31 16:48:37 +00:00
|
|
|
</head>
|
2015-01-28 00:38:37 +00:00
|
|
|
<body class="user-environ" ng-view>
|
2014-10-31 16:48:37 +00:00
|
|
|
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|