mirror of
https://github.com/arfct/itty-bitty.git
synced 2026-03-11 08:54:33 +00:00
default missing type to data rendering
This commit is contained in:
parent
a9e58385da
commit
1ee078a20d
2 changed files with 3 additions and 2 deletions
|
|
@ -1,15 +1,16 @@
|
|||
<!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">
|
||||
<script src="/js/lzma/lzma-d-min.js"></script>
|
||||
<script src="/index.js" type="module"></script>
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-WHNPBD4T42"></script>
|
||||
<script nomodule> location.href = "/v1/" + location.hash </script>
|
||||
<noscript>itty.bitty requires JavaScript.</noscript>
|
||||
</head>
|
||||
<iframe id="iframe" sandbox="allow-downloads allow-scripts allow-forms allow-top-navigation allow-popups allow-modals allow-popups-to-escape-sandbox"></iframe>
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
CACHE MANIFEST
|
||||
# v27
|
||||
# v2
|
||||
Loading…
Reference in a new issue