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

Unified Diff: utils/docgen/header.html

Issue 2092022: This script will create test documentation for AutoTest suites. (Closed) Base URL: ssh://git@chromiumos-git//autotest.git
Patch Set: Made a few last changes to clean it up. Created 10 years, 7 months 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
« utils/docgen/CreateDocs.py ('K') | « utils/docgen/footer.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/docgen/header.html
diff --git a/utils/docgen/header.html b/utils/docgen/header.html
new file mode 100644
index 0000000000000000000000000000000000000000..0ff50332071c07bd2437be2219486a3ae850bf9c
--- /dev/null
+++ b/utils/docgen/header.html
@@ -0,0 +1,12 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<!-- Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
+Use of this source code is governed by a BSD-style license that can be
+found in the LICENSE file. -->
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
+<title>$projectname</title>
+<img src="customLogo.gif" alt="The Chromium OS Project" title="Chromium Logo" />
+<H1>Chromium OS</H1>
+<H2>Hardware Qualification</H2>
+<link href="$relpath$doxygen.css" rel="stylesheet" type="text/css">
+<link href="$relpath$tabs.css" rel="stylesheet" type="text/css">
+</head><body>
« utils/docgen/CreateDocs.py ('K') | « utils/docgen/footer.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698