├── README.md ├── site-js ├── index.html ├── js │ ├── lighterhtml.js │ └── module.js ├── $ │ ├── page.js │ └── index.js └── sw.js ├── write.js ├── pika └── index.html ├── lazy-img ├── js │ └── lazy-img.js └── index.html ├── index-js └── index.html ├── py-idbfs └── index.html ├── py-folder └── index.html ├── star-rate └── index.html ├── webrtc ├── index.html └── simple-share.js ├── dieta └── index.html └── snippet ├── index.html └── index.php /README.md: -------------------------------------------------------------------------------- 1 | # test 2 | Literally tests for any sort of thing 3 | -------------------------------------------------------------------------------- /site-js/index.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /write.js: -------------------------------------------------------------------------------- 1 | function write(o,O){try{if(typeof o!='string'||!window[o])o()}catch(o){document.write(' 11 | 12 |
13 | 14 |