mich.srht.site

<!doctype html>
<html lang='' style='display:grid;place-items:center;height:100vh;'>
<head><meta charset='UTF-8'>
<link rel='icon' href='data:image/x-icon;base64,AA'>
<title></title></head>
<body id="log" style='font-family:monospace;white-space:pre-wrap;font-size:2.5vmax'>
<script async src = 'a.out.js'></script><script defer>try { document
.onreadystatechange = ( ) => { if ( document
.readyState === "complete" ) { Module
.onRuntimeInitialized = ( ) => { document
.title = Module
.ccall( 'x', 'string', [ 'string' ], [ decodeURI( document
.URL ) ] ); }; }; } ;} catch ( error ) { console
.error( error ) } finally { };
(function () {
    if (!console) {
        console = {};
    }
    var old = console.log;
    var logger = document.getElementById('log');
    console.log = function (message) {
        if (typeof message == 'object') {
            logger.innerHTML += (JSON && JSON.stringify ? JSON.stringify(message) : String(message)) + '<br />';
        } else {
            logger.innerHTML += message + '<br />';
        }
    }
})();
</script></body></html>

git@git.sr.ht:~mich/yuco