Skip to content

Commit

Permalink
Merge pull request #314 from escherlies/patch-2
Browse files Browse the repository at this point in the history
Added a note for missing <!DOCTYPE html> issues
  • Loading branch information
mdgriffith authored May 16, 2021
2 parents 7919c5e + 02d6391 commit acae885
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ The work is based off of a rewrite of the [Style Elements](https://github.com/md

The community around `elm-ui` is maintaining a collection of examples called the [elm-ui-cookbook](https://github.com/rofrol/elm-ui-cookbook). If you are just starting out with `elm-ui`, or get stuck on specific things, this can be a great resource.

## Notes

Make sure to have `<!DOCTYPE html>` on top of your application; otherwise, things might get messed up in some browsers.

## Contributing

Want to help out fixing bugs or reporting issues?
Expand Down

0 comments on commit acae885

Please sign in to comment.