@gallop/doc
Version:
46 lines (45 loc) • 2.07 kB
HTML
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="description" content="Gallop Document" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- <meta name="theme-color" content="grey" /> -->
<!-- <meta http-equiv="X-UA-Compatible" content="ie=edge" /> -->
<link rel="icon" href="favicon.ico">
<link rel="manifest" href="/manifest.webmanifest" />
<link rel="apple-touch-icon" href="/favicon-144x144.png" />
<link href="https://storage.googleapis.com" rel="preconnnect" />
<link href="https://storage.googleapis.com" rel="dns-prefetch" />
<link href="https://cdn.amplitude.com" rel="dns-prefetch" />
<link href="https://www.google-analytics.com" rel="dns-prefetch" />
<link href="https://www.googletagmanager.com" rel="dns-prefetch" />
<link href="https://cdn.jsdelivr.net" rel="dns-prefetch" />
<link href="http://codepen.io" rel="dns-prefetch" />
<link href="http://codesandbox.io" rel="dns-prefetch" />
<link rel="preload" href="/github.css" as="style" />
<link rel="preload" href="/prism.css" as="style" />
<title>Gallop Doc</title>
<style>
/* latin */
@font-face {
font-family: 'Caveat';
font-style: normal;
font-weight: 700;
font-display: swap;
src: local('Caveat Bold'), local('Caveat-Bold'),
url(/font/Wnz5HAc5bAfYB2Qz3RMNpS7R.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193,
U+2212, U+2215, U+FEFF, U+FFFD;
}
</style>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<!-- <script src="./register.js"></script> -->
<script src="/prism.js" defer></script>
<script src="https://unpkg.com/@gallop/gallop@latest/dist/index.umd.js"></script>
<script type="module" src="./index.ts" defer></script>
</body>
</html>