mirror of
https://github.com/arfct/itty-bitty.git
synced 2026-03-11 08:54:33 +00:00
19 lines
1 KiB
HTML
19 lines
1 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8"/>
|
|
<meta name="viewport" content="width=device-width, viewport-fit=cover">
|
|
<meta name="description" content="itty bitty things can be conveyed in a link.">
|
|
<link id="favicon" rel="icon" href="/favicon.svg">
|
|
<link rel="stylesheet" href="/index.css" inline>
|
|
<meta id="themeColor" name="theme-color" content="white" media="(prefers-color-scheme: light)">
|
|
<meta id="themeColorDark" name="theme-color" content="#121212" media="(prefers-color-scheme: dark)">
|
|
<!-- <link rel="manifest" href="/manifest.json"> -->
|
|
<script src="/js/lzma/lzma-d-min.js" inline></script>
|
|
<script type="module" src="/bitty.js" inline></script>
|
|
<script type="module" src="/index.js" inline></script>
|
|
<script nomodule> location.href = "/v1/" + location.hash </script>
|
|
<noscript>itty.bitty requires JavaScript.</noscript>
|
|
</head>
|
|
<iframe id="iframe" sandbox="allow-same-origin allow-downloads allow-scripts allow-forms allow-top-navigation allow-popups allow-modals allow-popups-to-escape-sandbox"></iframe>
|
|
</html>
|