docs: add lang="en" and remove redundant types
This commit is contained in:
parent
a118f21728
commit
4ed7b035bd
@ -1,5 +1,5 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<style>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<style>
|
||||
@ -12,8 +12,8 @@
|
||||
<script 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"
|
||||
|
@ -1,24 +1,23 @@
|
||||
<!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>
|
||||
<script src="../sh_main.js"></script>
|
||||
<script 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 +87,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.6.10/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 +98,5 @@
|
||||
pageTracker._trackPageview();
|
||||
} catch(err) {}
|
||||
</script>
|
||||
|
||||
|
||||
</body></html>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
x
Reference in New Issue
Block a user