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:
Even Stensberg 2023-08-21 18:58:06 +02:00 committed by GitHub
parent a52577e729
commit 0a497483f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0, shrink-to-fit=no" 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" /> <meta name="apple-mobile-web-app-capable" content="yes" />
<title></title> <title>Open MCT</title>
<script src="dist/openmct.js"></script> <script src="dist/openmct.js"></script>
<link <link
rel="icon" rel="icon"
@ -51,7 +51,7 @@
sizes="16x16" sizes="16x16"
type="image/x-icon" type="image/x-icon"
/> />
<style type="text/css"> <style>
@keyframes splash-spinner { @keyframes splash-spinner {
0% { 0% {
transform: translate(-50%, -50%) rotate(0deg); transform: translate(-50%, -50%) rotate(0deg);