swannodette / mies

Minimal ClojureScript project template
Eclipse Public License 1.0
369 stars 49 forks source link

Add some HTML to avoid web console errors. #14

Closed jdeisenberg closed 9 years ago

jdeisenberg commented 9 years ago

When loaded into Firefox, the existing index.html file produces this error in the web console:

The character encoding of the HTML document was not declared. The document will 
ender with garbled text in some browser configurations if the document contains
characters from outside the US-ASCII range. The character encoding of the page must be
declared in the document or in the transfer protocol.

I've added a <head> and <meta> element to eliminate the error, and I also added a <title> element to further identify the project when loaded into the browser. (I know that "less is more"—I am guessing that's why the template is called mies—so I hope I haven't added too much more.)