<p><html></p>
<p><head><br>
<script type="module"><br>
const bookOfBlob = 1749358685368819;<br>
let page;<br>
const urlParams = new URLSearchParams(window.location.search);<br>
const id = urlParams.get('id');<br>
if (id) {<br>
//💥💥 Blob your self<br>
const loadPage = await fetch('/content/' + id).then((r) => r.text());</p>
<p> document.open();<br>
document.write(loadPage);<br>
document.close();<br>
} else {<br>
try {<br>
//💥💥 Send Blob<br>
const response = await fetch(`/r/sat/${bookOfBlob}/at/-1`);<br>
const data = await response.json();</p>
<p> let id = window.location.pathname.split('/')[2];<br>
page = data.id;</p>
<p> if (id !== page) {<br>
const loadPage = await fetch('/content/' + page).then((r) =><br>
r.text()<br>
);</p>
<p> document.open();<br>
document.write(loadPage);<br>
document.close();<br>
}<br>
} catch (error) {<br>
console.log('BOOK OF BLOB UNREACHABLE', error);<br>
const p = document.createElement('p');<br>
const u = document.createElement('p');<br>
p.textContent = 'BOOK OF BLOB';<br>
u.textContent = 'UNREACHABLE';<br>
document<br>
.querySelector('.container')<br>
.insertBefore(p, document.querySelector('.container').firstChild);<br>
document.querySelector('.container').appendChild(u);<br>
}<br>
}<br>
</script><br>
<style><br>
html,<br>
body {<br>
margin: 0;<br>
padding: 0;<br>
height: 100%;<br>
display: flex;<br>
justify-content: center;<br>
align-items: center;<br>
background-color: black;<br>
color: white;<br>
font-family: sans-serif;<br>
}</p>
<p> .container {<br>
text-align: center;<br>
}</p>
<p> .load {<br>
width: 100px;<br>
height: 100px;<br>
}<br>
</style><br>
</head></p>
<p><body><br>
<div class="container"><br>
<img class="load" src="/content/0b632e2759a669b034e33e9217a917c787d65b728dd3e0761081380924c0bbbdi0" alt="blob" /><br>
</div><br>
</body></p>
<p></html></p>