@lesy/lesy-plugin-pilot
Version:
43 lines (41 loc) • 1.51 kB
HTML
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Pilot UI | Lesy</title>
<base href="/" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link
rel="apple-touch-icon"
sizes="180x180"
href="/assets/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="/assets/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="/assets/favicon-16x16.png"
/>
<link rel="manifest" href="/assets/site.webmanifest" />
<meta name="msapplication-config" content="/assets/browserconfig.xml" />
<meta name="msapplication-TileColor" content="#596aa8" />
<meta name="theme-color" content="#596aa8" />
<link
href="https://fonts.googleapis.com/icon?family=Material+Icons"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css?family=Hind+Siliguri:400,500,600,700"
rel="stylesheet"
/>
<link rel="stylesheet" href="styles.css"></head>
<body class="font-sans">
<pilot-main></pilot-main>
<script src="runtime-es2015.js" type="module"></script><script src="runtime-es5.js" nomodule defer></script><script src="polyfills-es5.js" nomodule defer></script><script src="polyfills-es2015.js" type="module"></script><script src="scripts.js" defer></script><script src="main-es2015.js" type="module"></script><script src="main-es5.js" nomodule defer></script></body>
</html>