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