mirror of
https://github.com/google/styleguide.git
synced 2024-03-22 13:11:43 +08:00
favicons loaded
This commit is contained in:
parent
6767a1df6a
commit
219bdfdaf9
|
@ -7,6 +7,9 @@
|
|||
<script src="include/styleguide.js"></script>
|
||||
<link rel="shortcut icon" href="https://www.google.com/favicon.ico">
|
||||
</head>
|
||||
<!-- favicons -->
|
||||
<link rel="shortcut icon" href="include/favicon.ico" type="image/x-icon">
|
||||
<link rel="icon" href="include/favicon.ico" type="image/x-icon">
|
||||
<body onload="initStyleGuide();">
|
||||
<div id="content">
|
||||
<h1>Google C++ Style Guide</h1>
|
||||
|
|
|
@ -7,6 +7,9 @@
|
|||
<script src="include/styleguide.js"></script>
|
||||
<link rel="shortcut icon" href="https://www.google.com/favicon.ico">
|
||||
<script src="include/jsguide.js"></script>
|
||||
<!-- favicons -->
|
||||
<link rel="shortcut icon" href="include/favicon.ico" type="image/x-icon">
|
||||
<link rel="icon" href="include/favicon.ico" type="image/x-icon">
|
||||
</head>
|
||||
<body onload="initStyleGuide();">
|
||||
<div id="content">
|
||||
|
|
|
@ -3,6 +3,9 @@
|
|||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||
<title>Google Java Style Guide</title>
|
||||
<!-- favicons -->
|
||||
<link rel="shortcut icon" href="include/favicon.ico" type="image/x-icon">
|
||||
<link rel="icon" href="include/favicon.ico" type="image/x-icon">
|
||||
<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" />
|
||||
|
|
|
@ -3,6 +3,9 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Google JavaScript Style Guide</title>
|
||||
<!-- favicons -->
|
||||
<link rel="shortcut icon" href="include/favicon.ico" type="image/x-icon">
|
||||
<link rel="icon" href="include/favicon.ico" type="image/x-icon">
|
||||
<link rel="stylesheet" href="javaguide.css">
|
||||
<script src="include/styleguide.js"></script>
|
||||
<link rel="shortcut icon" href="https://www.google.com/favicon.ico">
|
||||
|
|
Loading…
Reference in New Issue
Block a user