Add favicons to guides that lacked them

This commit is contained in:
Sidney San Martín 2016-08-13 09:38:23 -04:00
parent 6d3a7d8a22
commit 41674e4499
4 changed files with 4 additions and 0 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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 {