mirror of
https://github.com/nasa/openmct.git
synced 2024-12-19 21:27:52 +00:00
fix(html): minor fixes from validation (#6962)
* fix(html): minor fixes from validation * chore(html): Update index.html Co-authored-by: Jesse Mazzella <ozyx@users.noreply.github.com> --------- Co-authored-by: Jesse Mazzella <ozyx@users.noreply.github.com>
This commit is contained in:
parent
a52577e729
commit
0a497483f2
@ -28,7 +28,7 @@
|
||||
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0, shrink-to-fit=no"
|
||||
/>
|
||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||
<title></title>
|
||||
<title>Open MCT</title>
|
||||
<script src="dist/openmct.js"></script>
|
||||
<link
|
||||
rel="icon"
|
||||
@ -51,7 +51,7 @@
|
||||
sizes="16x16"
|
||||
type="image/x-icon"
|
||||
/>
|
||||
<style type="text/css">
|
||||
<style>
|
||||
@keyframes splash-spinner {
|
||||
0% {
|
||||
transform: translate(-50%, -50%) rotate(0deg);
|
||||
|
Loading…
Reference in New Issue
Block a user