<!DOCTYPE html> <html lang="en"> <body> <div id="outputContainer"> <iframe id="outputFrame" frameborder="0"></iframe> </div> <script> fetch("/content/bfc7a6218c85c1b7d168ac720414fc43b6ad89dd9c48dbb25a8a75db5ca7aa2bi0") .then(response => response.text()) .then(html => { var modifiedHTML = html.replace(/td\s?=\s?'/, "let rseed = 20;\n$&"); var outputFrame = document.getElementById("outputFrame"); var minDimension = Math.min(window.innerWidth, window.innerHeight); outputFrame.style.width = minDimension + "px"; outputFrame.style.height = minDimension + "px"; var iframeDocument = outputFrame.contentWindow.document; iframeDocument.open(); iframeDocument.write(modifiedHTML); iframeDocument.close(); }) .catch(error => { console.error('Error fetching external HTML:', error); }); </script> </body> </html>
Inscription number 20,411,026
Genesis block 800,920
File type text
File size 937 b
Creation date