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>
|
||||
<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();">
|
||||
|
|
Loading…
Reference in New Issue
Block a user