]> git.bochard.net Git - mysite.git/commitdiff
added to-do on homepage
authorbochard <git@bochard.net>
Sun, 14 Dec 2025 07:28:13 +0000 (15:28 +0800)
committerbochard <git@bochard.net>
Sun, 14 Dec 2025 07:28:13 +0000 (15:28 +0800)
book/index.php [deleted file]
how_to/index.php
index.php
photo-album/index.php [deleted file]
photo_album/index.php [new file with mode: 0644]

diff --git a/book/index.php b/book/index.php
deleted file mode 100644 (file)
index 9f1f182..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-<?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>
index e3a482558d9b3bcbb9a020b458751ba35c42efa5..f30528481a9f1aedf4e662c7340a6ddeee3b7ed6 100644 (file)
@@ -1,26 +1,26 @@
 <?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>
index 551a6e7c537f7accf203e3ea4809ef3557299645..9e6f83dad9e487e7a881ae4dbc5fd412367e87a4 100644 (file)
--- a/index.php
+++ b/index.php
                                                                \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
diff --git a/photo-album/index.php b/photo-album/index.php
deleted file mode 100644 (file)
index b6d2a25..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-<?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>
diff --git a/photo_album/index.php b/photo_album/index.php
new file mode 100644 (file)
index 0000000..2f66e62
--- /dev/null
@@ -0,0 +1,26 @@
+<?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>