diff options
Diffstat (limited to 'doc/logos')
-rw-r--r-- | doc/logos/index.html | 23 |
1 files changed, 8 insertions, 15 deletions
diff --git a/doc/logos/index.html b/doc/logos/index.html index 3e7897800c..1b36f3a955 100644 --- a/doc/logos/index.html +++ b/doc/logos/index.html @@ -1,24 +1,21 @@ <!doctype html> -<html> +<html lang="en"> <head> - <style type="text/css"> + <meta charset="utf-8"> + <style> ul { padding: 0; margin: 0; } </style> - <script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js?ver=3.1.3'></script> - <script type="text/javascript" src="../sh_main.js"></script> - <script type="text/javascript" src="../sh_javascript.min.js"></script> <link type="image/x-icon" rel="icon" href="../favicon.ico"> <link type="image/x-icon" rel="shortcut icon" href="../favicon.ico"> - <link type="text/css" rel="stylesheet" href="../pipe.css"> - <link type="text/css" rel="stylesheet" href="../sh_vim-dark.css"> + <link rel="stylesheet" href="../pipe.css"> + <link rel="stylesheet" href="../sh_vim-dark.css"> <link rel="alternate" type="application/rss+xml" title="node blog" href="http://feeds.feedburner.com/nodejs/123123123"> - <meta http-equiv="content-type" content="text/html; charset=utf-8"> <title>node.js</title> </head> <body class="int" id="logos"> @@ -88,10 +85,7 @@ <p>Copyright <a href="http://joyent.com">Joyent, Inc</a>., Node.js is a <a href="/trademark-policy.pdf">trademark of Joyent, Inc</a>., <a href="https://raw.github.com/joyent/node/v0.7.4/LICENSE">View License</a></p> </div> - - - - <script type="text/javascript"> + <script> var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); @@ -102,6 +96,5 @@ pageTracker._trackPageview(); } catch(err) {} </script> - - -</body></html> +</body> +</html> |