codonaft
· 2w
> pretty weird, true, but you have to admit that being able to store your software repo and app to view it as your banner image is pretty cool
> We have these huge corporate-sponsored ecosystems with...
Did you remove the verify() at the end of site.txt? Since you are using a trimmed down bootloader and, pre-extracted/decoded data, you aren't using the same exact app as a normal site (floppypng.com). You can do that without an editor:
```
divine@l1g3r-srv-01:~/tmp$ head -n -1 site.txt > newsite.txt
divine@l1g3r-srv-01:~/tmp$ tail -n 2 newsite.txt
document.getElementById('main').innerHTML = site.rp['index-html'].replace('R0lGODdhAQABAIAAAP///////ywAAAAAAQABAAACAkQBADs=',site.logo);
refresh();
divine@l1g3r-srv-01:~/tmp$ tail -n 2 site.txt
refresh();
verify();
```