Changeset 67 in code for trunk/docs/index.html


Ignore:
Timestamp:
Feb 7, 2024, 12:26:14 AM (16 months ago)
Author:
yakumo.izuru
Message:

Fix bugs, many other changes

Signed-off-by: Izuru Yakumo <yakumo.izuru@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/docs/index.html

    r66 r67  
    77                <title>Mai | Documentation</title>
    88        </head>
    9         <body id="body">
    10                 <img src="/static/favicon128x128.png" style="text-align: center;">
    11                 <h1 id="header">Documentation</h1>
    12                 <ul id="nav">
    13                         <li><a href="/docs/api">API</a></li>
    14                 </ul>
     9        <body>
     10                <table>
     11                        <tr><td>
     12                                        <table border="1" align="left">
     13                                                <tr>
     14                                                        <td><a href="/docs/api">API</a></td>
     15                                                </tr>
     16                                        </table>
     17                        </tr></td>
     18                        <tr><td>
     19                                        <table border="1" align="center">
     20                                                <tr>
     21                                                        <td>
     22                                                                <p>Welcome to Mai's documentation!<p>
     23                                                                <p>See the menu for the available entries</p>
     24                                                                <p>Anything else is covered by the man pages</p>
     25                                                        </td>
     26                                                </tr>
     27                                        </table>
     28                                </td></tr>
     29                </table>
    1530        </body>
    1631</html>
Note: See TracChangeset for help on using the changeset viewer.