702a1e7241
WIP: * Only a first subset of CSS has been applied * Look based on Humdinger's and other's work on user guide * Navigation is still ugly. I need to work around the limitations of Doxygen. Maybe by a patch though. * Needs a manual extra step: you need to copy the /trunk/docs/userguide/images/logo.png to the /trunk/generated/doxygen/html directory git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29117 a95241bf-73f2-0310-859d-f6bbb57e9c96
13 lines
362 B
HTML
13 lines
362 B
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html;charset=UTF8">
|
|
<title>$title</title>
|
|
<link href="book.css" rel="stylesheet" type="text/css">
|
|
</head>
|
|
<body>
|
|
<div class="logo">
|
|
<img src="logo.png" alt="logo" width="372" height="86" />
|
|
<div class="title">$title</div>
|
|
</div>
|