minimalmonkey.github.io
minimalmonkey.github.io copied to clipboard
Move doctype to top
Right now the message comes before the doctype.
{% include message.html %}
<!DOCTYPE html>
This will trigger quirks mode in Internet Explorer 9 and older.