The HTML in the code editor is missing `<!DOCTYPE html>` at the top. While this seems working fine in Ellie, if a user copy and paste that HTML somewhere, it will not be considered HTML5. This cause a very subtle issue with `elm-ui` that is very hard to detect.