itty-bitty/docs/index.html

21 lines
1 KiB
HTML
Raw Normal View History

<!DOCTYPE html>
2022-05-17 15:37:07 +00:00
<html>
2022-05-29 05:58:56 +00:00
<head>
2022-05-17 15:37:07 +00:00
<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.">
2022-05-17 15:37:07 +00:00
<link id="favicon" rel="icon" href='/favicon.svg'>
2022-02-15 23:28:50 +00:00
<link rel="stylesheet" href="/index.css">
2022-06-19 02:07:47 +00:00
<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)">
2022-06-11 15:48:32 +00:00
<link rel="manifest" href="/manifest.json">
<script src="/js/lzma/lzma-d-min.js"></script>
2022-06-09 05:53:37 +00:00
<script src="/js/lzma/lzma_worker-min.js"></script>
2022-06-29 15:33:32 +00:00
<script src="/bitty.js" type="module"></script>
2022-02-15 23:28:50 +00:00
<script src="/index.js" type="module"></script>
<script nomodule> location.href = "/v1/" + location.hash </script>
2022-02-15 23:28:50 +00:00
<noscript>itty.bitty requires JavaScript.</noscript>
2022-05-29 05:58:56 +00:00
</head>
2022-06-19 02:07:47 +00:00
<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>
2019-03-18 14:41:54 +00:00
</html>