gotelem/web/src/index.html
saji 8b8619dd8a
All checks were successful
Go / build (1.21) (push) Successful in 1m17s
Go / build (1.22) (push) Successful in 1m15s
added openmct plugin and embedding
2024-03-03 23:04:41 -06:00

12 lines
173 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Open MCT Tutorials</title>
<script src="openmct/openmct.js"></script>
</head>
<body>
<script>
</script>
</body>
</html>