module Main exposing (main)
import Html as HT
main = HT.text (String.fromFloat pi)
{-
Even the simplest code so as the above one
is not working now on ellie-app.com.
Does somebody know, why Ellie says this?
Exception Thrown in Output
ReferenceError: Elm is not defined
-}
I have checked my earlier links in Ellie too - they work neither anymore.
That seems to be a browser specific problem and only with Firefox, both Ubuntu on PC as on Apple M1 Pro macOS Sonoma 14.5.
Clearing all history and cookies of Firefox did not solve the problem.
Fortunately Ellie seems to be Ok with other browsers, Safari and DuckDuckGo.