Changeset 67 in code for trunk/docs/index.html
- Timestamp:
- Feb 7, 2024, 12:26:14 AM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/docs/index.html
r66 r67 7 7 <title>Mai | Documentation</title> 8 8 </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> 15 30 </body> 16 31 </html>
Note:
See TracChangeset
for help on using the changeset viewer.