mirror of
https://github.com/beautifier/js-beautify.git
synced 2025-02-17 03:38:08 +00:00
Updated index.html; added [missing] doctype and possibly followed HTML5 spec in that I believe the first thing immediately after the head tag is supposed to be the charset; also added the old charset method for possible increased compatibility.
This commit is contained in:
parent
56a6270bc0
commit
28760c1557
@ -1,4 +1,5 @@
|
||||
<html>
|
||||
<!doctype html>
|
||||
<html lang="en-US" dir="ltr" prefix="og:http://ogp.me/ns# fb:http://ogp.me/ns/fb#">
|
||||
<!--
|
||||
The MIT License (MIT)
|
||||
|
||||
@ -24,10 +25,9 @@
|
||||
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
-->
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8" /><meta http-equiv="Content-type" content="text/html;charset=utf-8" />
|
||||
<!-- if you feel an urge to move this to bootstrap or something, you're most welcome -->
|
||||
<meta charset="utf-8">
|
||||
<title>Online JavaScript beautifier</title>
|
||||
<link rel="icon" href="web/favicon.png" type="image/png">
|
||||
<link rel="stylesheet" href="web/third-party/codemirror/lib/codemirror.css">
|
||||
|
1034
package-lock.json
generated
1034
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user