File indexing completed on 2024-06-16 05:26:40

0001 <html>
0002   <head>
0003     <?php EStructure::view("css"); ?>
0004   </head>
0005   <body>
0006 
0007     <div id="header">
0008       <h1>OCS Server admin panel</h1>
0009     </div>
0010 
0011     <div id="nav">
0012       <a href="/admin/status/index">Status</a><br>
0013       <a href="/admin/status/database">Database</a><br>
0014       <a href="/admin/status/reset">Reset</a><br>
0015       <a href="/admin/status/categories">Categories</a><br>
0016     </div>
0017 
0018     <div id="section">
0019       <h1>London</h1>
0020         <p>
0021         London is the capital city of England. It is the most populous city in the United Kingdom,
0022         with a metropolitan area of over 13 million inhabitants.
0023         </p>
0024         <p>
0025         Standing on the River Thames, London has been a major settlement for two millennia,
0026         its history going back to its founding by the Romans, who named it Londinium.
0027         </p>
0028     </div>
0029 
0030     <div id="footer">
0031       OCS Server admin panel is part of the <a href="https://projects.kde.org/projects/playground/www/ocs-server">ocs-server project</a>.
0032     </div>
0033 
0034   </body>
0035 </html>