]> git.tuebingen.mpg.de Git - osl.git/blobdiff - web/header.html
osl-0.2.0.
[osl.git] / web / header.html
index a346fdbfcac352f500bc6258a5a71f02aefd8a34..a49742818aa08e178684e7c24ab7ad8fa9a00f76 100644 (file)
@@ -2,10 +2,33 @@
    "http://www.w3.org/TR/html4/loose.dtd">
 <html>
 <head>
-       <meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'>
+       <meta http-equiv='Content-Type' content='text/html; charset=utf-8'>
        <title>OSL - the object storage layer library</title>
-       <LINK href="doxygen.css" REL="stylesheet" TYPE="text/css">
-       <link rel="shortcut icon" href="../osl.ico">
+       <link rel="shortcut icon" href="osl.ico">
+       <style type='text/css'>
+               body {
+                       color: #000;
+                       background-color: #fff;
+                       text-align: justify;
+                       padding: 0px 30px 0px 25px;
+               }
+               p {
+                       text-align: justify;
+               }
+               .toc tr:nth-child(odd) {
+                       background-color: #ccc;
+               }
+               .toc tr:nth-child(even) {
+                       background-color: #ddd;
+               }
+               .toc table {
+                       margin: 5px;
+                       border: solid;
+               }
+               .toc td {
+                       padding: 12px;
+               }
+       </style>
 </head>
 
 <body>
        <table>
                <tr>
                        <td>
-                               <a href="../">
+                               <a href="index.html">
                                        <IMG
-                                               SRC="../osl.png"
+                                               SRC="osl.png"
                                                alt="osl logo"
                                                border="0"
                                        >
                                </a>
                        </td>
                        <td>
-                               <h1>The object storage layer</h1>
+                               <h1>The lightweight storage library</h1>
 
                        </td>
                </tr>
 
        <hr>
 
-       [<a href="../index.html#readme">README</a>]
-       [<a href="../index.html#download">Download</a>]
-       [<a href="../index.html#install">INSTALL</a>]
-       [<a href="index.html">Quick Start</a>]
-       [<a href="osl_8h.html">API</a>]
-       [<a href="../index.html#license">License</a>]
-       [<a href="../index.html#contact">Contact</a>]
-       [<a href="../index.html#manpage">man page</a>]
+       [<a href="index.html#readme">README</a>]
+       [<a href="index.html#install">INSTALL</a>]
+       [<a href="index.html#quick_start">Quick Start</a>]
+       [<a href="api.html">API</a>]
+       [<a href="index.html#manpage">man page</a>]
 
        <hr>