lightning-terminal/app/public/index.html

42 lines
1.3 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/icons/favicon-32x32.png" />
<meta name="theme-color" content="#000000" />
<link rel="apple-touch-icon" sizes="48x48" href="%PUBLIC_URL%/icons/icon-48x48.png" />
<link rel="apple-touch-icon" sizes="72x72" href="%PUBLIC_URL%/icons/icon-72x72.png" />
<link rel="apple-touch-icon" sizes="96x96" href="%PUBLIC_URL%/icons/icon-96x96.png" />
<link
rel="apple-touch-icon"
sizes="144x144"
href="%PUBLIC_URL%/icons/icon-144x144.png"
/>
<link
rel="apple-touch-icon"
sizes="192x192"
href="%PUBLIC_URL%/icons/icon-192x192.png"
/>
<link
rel="apple-touch-icon"
sizes="256x256"
href="%PUBLIC_URL%/icons/icon-256x256.png"
/>
<link
rel="apple-touch-icon"
sizes="384x384"
href="%PUBLIC_URL%/icons/icon-384x384.png"
/>
<link
rel="apple-touch-icon"
sizes="512x512"
href="%PUBLIC_URL%/icons/icon-512x512.png"
/>
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<title>Lightning Terminal</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>
</html>