itty-bitty/docs/index.html
Nicholas Jitkoff a6fbef9efe Add Menu
2023-02-11 09:32:12 -07:00

17 lines
805 B
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 rel="manifest" href="/manifest.json"> -->
<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)">
<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>
</html>