@discoveryjs/cli
Version:
CLI tools to serve & build projects based on Discovery.js
35 lines (34 loc) • 1.2 kB
HTML
<head>
<title>Discovery</title>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="format-detection" content="telephone=no">
<link rel="icon" type="image/png" href="/favicon.png">
<link rel="discovery-stylesheet" href="index.css">
<link rel="discovery-stylesheet" href="index-loader.css">
<link rel="preload" href="index.css" as="style">
<link rel="preload" href="index-loader.css" as="style">
<link rel="modulepreload" href="index.js" as="script">
<style>
html,
body {
height: 100%;
margin: 0;
padding: 0;
border: none;
-webkit-text-size-adjust: 100%;
}
.discovery {
height: 100dvh;
}
</style>
</head>
<body>
<noscript type="discovery-noscript">
<style>body { margin: 16px }</style>
<p>Sorry, but this page requires JavaScript to display properly.</p>
<p>Please enable JavaScript in your browser settings or upgrade to a browser that supports JavaScript.</p>
</noscript>
<script type="module" src="index-loader.js"></script>
</body>