mirror of
https://github.com/nasa/openmct.git
synced 2024-12-30 01:48:51 +00:00
fcab62b498
Add style sheet loader and move style sheets inclusion out of index.html. WTD-591.
15 lines
305 B
HTML
15 lines
305 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head lang="en">
|
|
<meta charset="UTF-8">
|
|
<title></title>
|
|
<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> |