mirror of
https://github.com/google/styleguide.git
synced 2024-03-22 13:11:43 +08:00
Merge pull request #235 from tonyruscoe/html-css-style-validation
Fix HTML validation warnings and make the style guide HTML more compliant.
This commit is contained in:
commit
9fe17f92b7
|
@ -1,11 +1,11 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
<meta charset="utf-8">
|
||||||
<title>Google HTML/CSS Style Guide</title>
|
<title>Google HTML/CSS Style Guide</title>
|
||||||
<link rel="stylesheet" type="text/css" href="javaguide.css">
|
<link rel="stylesheet" href="javaguide.css">
|
||||||
<script language="javascript" src="include/styleguide.js"></script>
|
<script src="include/styleguide.js"></script>
|
||||||
<link rel="shortcut icon" type="image/x-icon" href="https://www.google.com/favicon.ico" />
|
<link rel="shortcut icon" href="https://www.google.com/favicon.ico">
|
||||||
<script src="include/jsguide.js"></script>
|
<script src="include/jsguide.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body onload="initStyleGuide();">
|
<body onload="initStyleGuide();">
|
||||||
|
@ -899,4 +899,4 @@ from the existing code around it, it throws readers out of their rhythm when
|
||||||
they go to read it. Avoid this.</p>
|
they go to read it. Avoid this.</p>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user