+++ /dev/null
-<?php
- require_once("{$_SERVER['DOCUMENT_ROOT']}/part/head.php");
- $pgtitle = "books";
- $pgdescription = "";
- $pgcss = ['book.css'];
- $pgjs = [];
- head($pgtitle, $pgdescription, $pgcss, $pgjs);
-?>
-<body>
- <table id="theholderofthings">
- <tbody>
- <tr>
- <td>
- <?php include_once("$part/underconstruction.php");?>
- </td>
- </tr>
- </tbody>
-
- <tfoot>
- <tr>
- <td><?php include_once("$part/foot.php");?></td>
- </tr>
- </tfoot>
- </table>
-</body>
-</html>
<?php
require_once("{$_SERVER['DOCUMENT_ROOT']}/part/head.php");
- $pgtitle = "tutorials";
+ $pgtitle = "bochard's tutorials";
$pgdescription = "";
- $pgcss = ['how-to.css'];
+ $pgcss = [];
$pgjs = [];
head($pgtitle, $pgdescription, $pgcss, $pgjs);
?>
<body>
- <table id="theholderofthings">
- <tbody>
+ <center>
+ <table>
<tr>
<td>
- <?php include_once("$part/underconstruction.php");?>
+ <table id="theholderofthings">
+ <tr>
+ <td>
+ <?php include_once("$part/underconstruction.php");?>
+ </td>
+ </tr>
+ </table>
</td>
</tr>
- </tbody>
-
- <tfoot>
- <tr>
- <td><?php include_once("$part/foot.php");?></td>
- </tr>
- </tfoot>
- </table>
+ </table>
+ </center>
</body>
</html>
\r
<img src="/image/gif/chicken-ani.gif" title="chimkin"> look, a chimken! <img src="/image/gif/emoticon/laugh.gif">\r
\r
+ <h3>my to-do on this web site:</h3>\r
+ <ol>\r
+ <li>tutorials page</li>\r
+ <li>photo album</li>\r
+ <li>more.. [i forgot]</li>\r
+ </ol>\r
+ \r
<?php include_once("$part/foot.php");?>\r
</td>\r
</tr>\r
+++ /dev/null
-<?php
- require_once("{$_SERVER['DOCUMENT_ROOT']}/part/head.php");
- $pgtitle = "my photo album";
- $pgdescription = "";
- $pgcss = ['photo-album.css'];
- $pgjs = [];
- head($pgtitle, $pgdescription, $pgcss, $pgjs);
-?>
-<body>
- <table id="theholderofthings">
- <tbody>
- <tr>
- <td>
- <?php include_once("$part/underconstruction.php");?>
- </td>
- </tr>
- </tbody>
-
- <tfoot>
- <tr>
- <td><?php include_once("$part/foot.php");?></td>
- </tr>
- </tfoot>
- </table>
-</body>
-</html>
--- /dev/null
+<?php
+ require_once("{$_SERVER['DOCUMENT_ROOT']}/part/head.php");
+ $pgtitle = "my photo album";
+ $pgdescription = "";
+ $pgcss = [];
+ $pgjs = [];
+ head($pgtitle, $pgdescription, $pgcss, $pgjs);
+?>
+<body>
+ <center>
+ <table>
+ <tr>
+ <td>
+ <table id="theholderofthings">
+ <tr>
+ <td>
+ <?php include_once("$part/underconstruction.php");?>
+ </td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+ </table>
+ </center>
+</body>
+</html>