2022-01-22 23:04:26 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html xmanifest="manifest.appcache">
|
|
|
|
|
<meta name="viewport" content="width=device-width, viewport-fit=cover">
|
|
|
|
|
<meta name="description" content="itty bitty things can be conveyed in a link.">
|
2022-02-15 23:28:50 +00:00
|
|
|
<link id="favicon" rel="icon" href='/favicon.ico'>
|
|
|
|
|
<link rel="stylesheet" href="/index.css">
|
2022-01-21 23:08:26 +00:00
|
|
|
<script src="/js/lzma/lzma-d-min.js"></script>
|
2022-01-29 19:40:35 +00:00
|
|
|
<script src="js/lzma/lzma_worker-min.js"></script>
|
2022-02-15 23:28:50 +00:00
|
|
|
<script src="js/crypto-js/aes.js"></script>
|
|
|
|
|
<script src="/index.js" type="module"></script>
|
|
|
|
|
<script nomodule> // Use V1 renderer </script>
|
|
|
|
|
<noscript>itty.bitty requires JavaScript.</noscript>
|
|
|
|
|
<div id="toast">
|
|
|
|
|
itty.bitty is experimental technology that renders linked content from outside sources.
|
|
|
|
|
<a href="http://toast.bitty.site" target="_blank">Learn more</a>.
|
|
|
|
|
<br><br>This content is only as trustworthy as its source, and it should be treated with the caution you would show any insecure web page.
|
|
|
|
|
<br><br><button onclick="dismiss()">I understand</button> <input id="never" type="checkbox"><label for="never">Never show this</label>
|
|
|
|
|
</div>
|
|
|
|
|
<iframe id="iframe" sandbox="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>
|