Skip to content

Commit

Permalink
Fix HTML validation warnings and make the style guide HTML more compl…
Browse files Browse the repository at this point in the history
…iant.
  • Loading branch information
tonyruscoe committed Feb 27, 2017
1 parent b726be1 commit ad6dee8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions htmlcssguide.html
Original file line number Diff line number Diff line change
@@ -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();">
Expand Down Expand Up @@ -899,4 +899,4 @@ <h2 id="Parting_Words">Parting Words</h2>
they go to read it. Avoid this.</p>
</div>
</body>
</html>
</html>

0 comments on commit ad6dee8

Please sign in to comment.