diff options
author | isaacs <i@izs.me> | 2012-02-18 09:46:58 -0800 |
---|---|---|
committer | isaacs <i@izs.me> | 2012-02-18 09:46:58 -0800 |
commit | 31721da4b120ca2b1c0b6b9e93ce8beb5e810da3 (patch) | |
tree | 9a4da945ae4868c6dbd0c509f8f08c87b8776a92 /doc/logos | |
parent | 07872870213ed38c1978b37e9e2e22db733b40f3 (diff) | |
parent | c1f474010e8e58793408fc1d8303aeb1a01ba735 (diff) | |
download | node-new-31721da4b120ca2b1c0b6b9e93ce8beb5e810da3.tar.gz |
Merge remote-tracking branch 'ry/v0.6' into v0.6-merge
Conflicts:
AUTHORS
ChangeLog
Makefile
doc/about/index.html
doc/api/tls.markdown
doc/community/index.html
doc/index.html
doc/logos/index.html
doc/template.html
lib/http.js
lib/tls.js
src/node_version.h
src/platform_win32.cc
test/simple/test-tls-connect-given-socket.js
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> |