<img src="/image/under-construction/yellowwarning.gif" height="15">\r
<img src="/image/under-construction/yellowwarning.gif" height="15">\r
<img src="/image/under-construction/yellowwarning.gif" height="15">\r
- <b>This page is under construction!!!</b>\r
+ <b style="color:blue;">This page is under construction!!!</b>\r
<img src="/image/under-construction/yellowwarning.gif" height="15">\r
<img src="/image/under-construction/yellowwarning.gif" height="15">\r
<img src="/image/under-construction/yellowwarning.gif" height="15">\r
require_once("{$_SERVER['DOCUMENT_ROOT']}/part/head.php");
$pgtitle = "about me";
$pgdescription = "";
- $pgcss = [];
+ $pgcss = ['info.css'];
$pgjs = [];
head($pgtitle, $pgdescription, $pgcss, $pgjs);
?>
<body>
- <center>
- <table id="theholderofthings" cellspacing="0" cellpadding="0" width="1000">
- <tbody>
- <tr>
- <td colspan="2">
- <center>
- <img src="/image/home-banner2.png">
- </center>
- </td>
- </tr>
-
- <tr>
- <?php include_once("$part/navtop.php");?>
- </tr>
-
- <tr>
- <td>
- <table id="maintable" cellspacing="0" cellpadding="10">
- <tbody>
- <tr>
- <td valign="top" width="80%" background="/image/background/bg1.gif">
- <?php include_once("$part/underconstruction.php");?>
- </td>
- <?php include_once("$part/sidebar.php");?>
- </tr>
- </tbody>
- </table>
- </td>
- </tr>
- </tbody>
- </table>
- </center>
-
+ <table id="theholderofthings">
+ <tbody>
+ <tr>
+ <td>
+ <?php include_once("$part/underconstruction.php");?>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+
<?php include_once("$part/foot.php");?>
</body>
</html>
<img src="/image/under-construction/spinning.gif">
<h1>Oopss, nothing here...</h1>
<p>Come back soon!</p>
+ <a href="/"><img src="/image/navigation/backhomepage.gif" alt="back to homepage"></a>
</div>
</center>