2022-01-22 23:04:26 +00:00
|
|
|
<!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"/>
|
2022-01-22 23:04:26 +00:00
|
|
|
<meta name="viewport" content="width=device-width, viewport-fit=cover">
|
|
|
|
|
<meta name="description" content="itty bitty things can be conveyed in a link.">
|
2022-09-08 06:03:11 +00:00
|
|
|
<!-- <link rel="manifest" href="/manifest.json"> -->
|
2023-02-11 16:32:12 +00:00
|
|
|
<link rel="icon" href="/favicon.svg" id="favicon">
|
|
|
|
|
<link rel="stylesheet" href="/index.css" inline>
|
|
|
|
|
<meta id="themeColor" name="theme-color" content="#ffffff" media="(prefers-color-scheme: light)">
|
|
|
|
|
<meta id="themeColorDark" name="theme-color" content="#16161D" media="(prefers-color-scheme: dark)">
|
2022-10-20 04:47:36 +00:00
|
|
|
<script type="module" src="/bitty.js" inline></script>
|
|
|
|
|
<script type="module" src="/index.js" inline></script>
|
2022-05-29 05:35:01 +00:00
|
|
|
<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>
|
2019-03-18 14:41:54 +00:00
|
|
|
</html>
|