mirror of
https://github.com/google/styleguide.git
synced 2024-03-22 13:11:43 +08:00
Fix HTML validation warnings and make the style guide HTML more compliant.
This commit is contained in:
parent
b726be1588
commit
ad6dee81e9
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||
<meta charset="utf-8">
|
||||
<title>Google HTML/CSS Style Guide</title>
|
||||
<link rel="stylesheet" type="text/css" href="javaguide.css">
|
||||
<script language="javascript" src="include/styleguide.js"></script>
|
||||
<link rel="shortcut icon" type="image/x-icon" href="https://www.google.com/favicon.ico" />
|
||||
<link rel="stylesheet" href="javaguide.css">
|
||||
<script src="include/styleguide.js"></script>
|
||||
<link rel="shortcut icon" href="https://www.google.com/favicon.ico">
|
||||
<script src="include/jsguide.js"></script>
|
||||
</head>
|
||||
<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>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue
Block a user