favicons loaded

This commit is contained in:
sbenstewart 2019-10-01 08:35:55 +05:30
parent 6767a1df6a
commit 219bdfdaf9
4 changed files with 12 additions and 0 deletions

View File

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

View File

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

View File

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

View File

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