|
|
|
|
|
by dmazzoni
1023 days ago
|
|
Just in case anyone doesn't already know, you can do that with a data uri as well: data:text/html,<h1>My%20small%20website</h1><p>Look,%20it's%20real!</p> You can use a data uri generator to base64-encode it, if you want. Advantages of smolsite: - Zip might let you fit a bit more than a data uri - Some JS APIs would work on a smolsite url, but wouldn't work in a data uri |
|