Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(99)

Side by Side Diff: chrome/common/extensions/docs/templates/private/header_head.html

Issue 92143003: Docserver: Reorganise the site templates into a single site.html file which (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
2 <link href="{{static}}/css/site.css" rel="stylesheet" type="text/css">
3 <link href="{{static}}/css/print.css" rel="stylesheet" type="text/css" media="pr int">
4 <link href="{{static}}/css/prettify.css" rel="stylesheet" type="text/css">
5 <link href='//fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet ' type='text/css'>
6
7 <script>
8 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
9 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
10 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m )
11 })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
12
13 ga('create', 'UA-41980257-1');
14 ga('send', 'pageview');
15
16 </script>
17
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698