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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/docs/templates/private/header_head.html
diff --git a/chrome/common/extensions/docs/templates/private/header_head.html b/chrome/common/extensions/docs/templates/private/header_head.html
deleted file mode 100644
index 2d924c8b8cfea9c1de8c0c9774c34184c69f70a5..0000000000000000000000000000000000000000
--- a/chrome/common/extensions/docs/templates/private/header_head.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-<link href="{{static}}/css/site.css" rel="stylesheet" type="text/css">
-<link href="{{static}}/css/print.css" rel="stylesheet" type="text/css" media="print">
-<link href="{{static}}/css/prettify.css" rel="stylesheet" type="text/css">
-<link href='//fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
-
-<script>
- (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
- (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
- m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
- })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
-
- ga('create', 'UA-41980257-1');
- ga('send', 'pageview');
-
-</script>
-

Powered by Google App Engine
This is Rietveld 408576698