porsager / flems

A single file web playground and sandbox
Do What The F*ck You Want To Public License
501 stars 87 forks source link

Flems.io of the sample in README - URL points to next.flems.io #114

Closed jimetevenard closed 1 year ago

jimetevenard commented 1 year ago

Hi !

Thanks a lot for this awsome tool ! ๐Ÿ‘

In your README, you wrote the folowing :

Getting started

Just load a single file flems.html in a script tag to get started. - why should i load an .html file as a script tag?

<script src="https://flems.io/flems.html" type="text/javascript" charset="utf-8"></script>
<script>
// ...
</script>

Flems.io of the above

Fore some reason, the src attribute of the <script> tag, in the Flems.io sample points to https://`next`.flems.io/flems.html (unlike your docs, that points to https://flems.io/flems.html - without the next subdomain)

.

In addition, this version on next.flems.io seems to have a style break with Firefox (desktop or mobile) see the screenshot below : (In Chrome or Safari, it's fine)

Reverting to next.flems.io/flems.html fixes the "flems in flems.io" sample

Capture dโ€™eฬcran 2023-09-19 aฬ€ 23 01 38

Regards, Jim

porsager commented 1 year ago

Oh right.. good catch - I'll get that fixed ๐Ÿ‘

next.flems.io was a collaborative thing I never got around to finish up.. maybe some day..

And thanks a lot for the kind words :)