mirror of
https://github.com/nasa/openmct.git
synced 2024-12-18 20:57:53 +00:00
49df6ee0ce
Incorporate stylesheets explicitly into the top-level index.html; these are needed to properly display elements from commonUI bundles. WTD-574.
32 lines
790 B
HTML
32 lines
790 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head lang="en">
|
|
<meta charset="UTF-8">
|
|
<title></title>
|
|
|
|
<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">
|
|
|
|
<script type="text/javascript"
|
|
src="platform/framework/lib/require.js"
|
|
data-main="platform/framework/src/Main.js">
|
|
</script>
|
|
</head>
|
|
<body class="user-environ" ng-view>
|
|
|
|
|
|
</body>
|
|
</html> |