mirror of
https://github.com/nasa/openmct.git
synced 2024-12-18 20:57:53 +00:00
de409fd8e7
Add main point-of-entry script for framework layer; performs only minimal tasks of loading framework dependencies and demonstrating that bundle list can be loaded using these. WTD-518.
15 lines
276 B
HTML
15 lines
276 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>
|
|
|
|
|
|
</body>
|
|
</html> |