mirror of
https://github.com/google/styleguide.git
synced 2024-03-22 13:11:43 +08:00
Add favicons to guides that lacked them
This commit is contained in:
parent
6d3a7d8a22
commit
41674e4499
|
@ -2,6 +2,7 @@
|
|||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
||||
<link href="https://www.google.com/favicon.ico" type="image/x-icon" rel="shortcut icon"/>
|
||||
<link rel="stylesheet" type="text/css" href="styleguide.css"/>
|
||||
<title>Google's R Style Guide</title>
|
||||
</head>
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
<head>
|
||||
<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<base target="_blank">
|
||||
<link href="https://www.google.com/favicon.ico" type="image/x-icon" rel="shortcut icon">
|
||||
<link rel="stylesheet" type="text/css" href="styleguide.css">
|
||||
<script src="https://google-code-prettify.googlecode.com/svn/loader/run_prettify.js"></script>
|
||||
<script language="javascript" src="/eng/doc/devguide/include/styleguide.js"></script>
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||
<title>Google C++ Style Guide</title>
|
||||
<link href="https://www.google.com/favicon.ico" type="image/x-icon" rel="shortcut icon">
|
||||
<link rel="stylesheet" type="text/css" href="include/styleguide.css">
|
||||
<script language="javascript" src="include/styleguide.js"></script>
|
||||
</head>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<link href="https://www.google.com/favicon.ico" type="image/x-icon" rel="shortcut icon">
|
||||
<style type="text/css">
|
||||
/* default css */
|
||||
table {
|
||||
|
|
Loading…
Reference in New Issue
Block a user