mirror of
https://github.com/arfct/itty-bitty.git
synced 2026-03-11 08:54:33 +00:00
Remove pako
This commit is contained in:
parent
8c9497b655
commit
2080884233
1 changed files with 1 additions and 2 deletions
|
|
@ -9,10 +9,9 @@
|
|||
<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"></script>
|
||||
<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 type="module" src="/js/gzip/pako.min.js" ></script>
|
||||
<script nomodule> location.href = "/v1/" + location.hash </script>
|
||||
<noscript>itty.bitty requires JavaScript.</noscript>
|
||||
</head>
|
||||
|
|
|
|||
Loading…
Reference in a new issue