--- /dev/null
+<?php
+ require_once("{$_SERVER['DOCUMENT_ROOT']}/parts/head.php");
+ $pgtitle = "Bookshelf";
+ $pgdescription = "my collection of books.";
+ head($pgtitle, $pgdescription);
+?>
+<body>
+ <table id="tablewrapper" cellspacing="10">
+ <tbody>
+ <tr>
+ <td id="content">
+ <table>
+ <tbody>
+ <tr>
+ <?php include_once("$parts/sidebar.php");?>
+
+ <td id="body">
+ <?php include_once("$parts/underconstruction.php");?>
+ </td>
+ </tr>
+
+ <?php include_once("$parts/footer.php");?>
+ </tbody>
+ </table>
+ </td>
+ <td id="rightbox">
+ <?php include_once("$parts/rightbox.php");?>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+</body>
+</html>
+++ /dev/null
-<?php
- require_once("{$_SERVER['DOCUMENT_ROOT']}/parts/head.php");
- $pgtitle = "Bookshelf";
- $pgdescription = "my collection of books.";
- head($pgtitle, $pgdescription);
-?>
-<body>
- <table id="tablewrapper" cellspacing="10">
- <tbody>
- <tr>
- <td id="content">
- <table>
- <tbody>
- <tr>
- <?php include_once("$parts/sidebar.php");?>
-
- <td id="body">
- <?php include_once("$parts/underconstruction.php");?>
- </td>
- </tr>
-
- <?php include_once("$parts/footer.php");?>
- </tbody>
- </table>
- </td>
- <td id="rightbox">
- <?php include_once("$parts/rightbox.php");?>
- </td>
- </tr>
- </tbody>
- </table>
-</body>
-</html>
--- /dev/null
+#Forbidden access
+Options -Indexes
+++ /dev/null
-#Forbidden access
-Options -Indexes
<?php\r
- require_once("{$_SERVER['DOCUMENT_ROOT']}/parts/head.php");\r
+ require_once("{$_SERVER['DOCUMENT_ROOT']}/part/head.php");\r
$pgtitle = "bochard's net home";\r
$pgdescription = "";\r
$pgcss = [];\r
?>\r
<body>\r
<center>\r
- <table id="theholderofthings" cellspacing="0" cellpadding="0">\r
+ <table id="theholderofthings" cellspacing="0" cellpadding="0" border="1">\r
<tbody>\r
<tr>\r
- <td valign="top" id="maintable" cellpadding="5" width="600">\r
- <table width="600" cellpadding="3">\r
- <tbody>\r
- <tr>\r
- <td colspan="2">\r
- <center>\r
- <h1>welcome to bochard's net home!</h1>\r
- </center>\r
- </td>\r
- </tr> \r
- </tbody>\r
- </table>\r
+ <td valign="top" id="maintable" cellpadding="5" width="900">\r
+ <center>\r
+ <img src="/image/home-banner2.png" width="500">\r
+ </center>\r
</td>\r
</tr>\r
</tbody>\r
--- /dev/null
+#Forbidden access
+Options -Indexes
--- /dev/null
+<tr>
+ <td id="footer">
+ <b>ἀγάπην τοῦ θεοῦ</b><br>
+ This site is hand-coded since 2024.
+ </td>
+</tr>
--- /dev/null
+<?php
+$parts = "{$_SERVER['DOCUMENT_ROOT']}/part";
+function head($pgtitle, $pgdescription = null, $pgcss = [], $pgjs = []){?>
+ <!doctype html>
+ <html lang="en">
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+ <meta name="robots" content="index, follow">
+ <link rel="shortcut icon" href="/image/icon/favicon.ico">
+
+ <title><?= htmlspecialchars($pgtitle, ENT_COMPAT);?></title>
+ <?php
+ if($pgdescription){
+ $content = htmlspecialchars($pgdescription, ENT_COMPAT);
+ echo "<meta name=\"description\" content=\"$content\">";
+ }
+ ?>
+
+ <link rel="stylesheet" href="/stylesheet/root.css?v=<?= filemtime("{$_SERVER['DOCUMENT_ROOT']}/stylesheets/root.css");?>">
+ <?php foreach($pgcss as $filename):?>
+ <link rel="stylesheet" href="<?= htmlspecialchars("/stylesheet/$filename?v="), filemtime("{$_SERVER['DOCUMENT_ROOT']}/stylesheet/$filename");?>">
+ <?php endforeach;?>
+
+ <script type="text/javascript" src="/script/root.js?v=<?= filemtime("{$_SERVER['DOCUMENT_ROOT']}/scripts/root.js");?>"></script>
+ <?php foreach($pgjs as $filename):?>
+ <script type="text/javascript" src="<?= htmlspecialchars("/script/$filename?v="), filemtime("{$_SERVER['DOCUMENT_ROOT']}/script/$filename");?>"></script>
+ <?php endforeach;?>
+ </head>
+<?php }
--- /dev/null
+<td id="sidebar" rowspan="2">
+ <img src="/images/gifs/doraemon.gif" alt="doraemon" height="100">
+ <img src="/images/gifs/doraemon.gif" alt="doraemon" height="100">
+ <img src="/images/gifs/doraemon.gif" alt="doraemon" height="100">
+ <img src="/images/gifs/welcomemovetree.gif" alt="welcome hanging on two trees" width="100%">
+ <hr>
+ <strong>Site menu</strong>
+ <ul>
+ <li><a href="/" title="homepage! (navigate here if you ever got lost)">homepage</a></li>
+ <li><a href="/about-me.php" title="why'd you want to know?">about me</a></li>
+ <li><a href="/journal" title="my everday thoughts">thoughts</a></li>
+ <li><a href="/photo-album" title="collection of captured photos">photo album</a></li>
+ <li><a href="/kitchen" title="recipes and other things">kitchen</a></li>
+ <li><a href="/books" title="my book collection">bookshelf</a></li>
+ <li><a href="/guestbook.php" title="fill up before you leave">guestbook</a></li>
+ <li><a href="/works" title="programming">works</a></li>
+ <li><a href="/files" title="random files on my computer">files</a></li>
+ <li><a href="/email.php" title="talk to me">email</a></li>
+ </ul>
+ <hr>
+
+ <table>
+ <tbody>
+ <tr>
+ <td><a href="https://www.hitwebcounter.com" target="_blank"><img src="https://hitwebcounter.com/counter/counter.php?page=20998791&style=0019&nbdigits=5&type=ip&initCount=231" Alt="Visit counter For Websites" title="total unique visitors" border="0" width="100"></a></td>
+ <td><a href="http://www.anybrowser.org/campaign/"><img src="/images/badges/anybrowser.gif" alt="Viewable With Any Browser" title="best to view on computer screen" width="100"></a></td>
+ </tr>
+ <tr>
+ <td><img src="/images/badges/mullvad.avif" alt="free the internet" title="support the independent web" width="100"></td>
+ <td><a href="https://heliohost.org"><img src="/images/gifs/heliohost-org.gif" alt="heliohost" title="hosted by heliohost.org" height="70"></a></td>
+ </tr>
+ <tr>
+ <td><img src="/images/gifs/hatsunemikuapproved.gif" alt="hatsune miku approved" title="100% approved by hatsune miku!" width="100"></td>
+ <td><img src="/images/gifs/anybrows.gif" alt="any browser" title="works on any browser you can think of" width="100"></td>
+ </tr>
+ <tr>
+ <td><img src="/images/gifs/saynotoweb3.gif" alt="no to web3" title="web3 sucks" width="100"></td>
+ </tr>
+ </tbody>
+ </table>
+
+<!--
+ <div style="width: 200px;">
+ <script async src="https://cse.google.com/cse.js?cx=41bb325316c57447c">
+ </script>
+ <b>Search my site here...</b>
+ <div class="gcse-search"></div>
+ </div>
+-->
+</td>
--- /dev/null
+<div id="underconstruction-container">
+ <img src="/images/gifs/under-construction/underconstructiontxt.gif" alt="under-construction text gif" width="300"><br>
+ <img src="/images/gifs/under-construction/underconstructionimg.gif" alt="men in work" width="250">
+ <h1>Oopss, nothing here...</h1>
+ <p>Come back soon!</p>
+</div>
+++ /dev/null
-#Forbidden access
-Options -Indexes
+++ /dev/null
-<tr>
- <td id="footer">
- <b>ἀγάπην τοῦ θεοῦ</b><br>
- This site is hand-coded since 2024.
- </td>
-</tr>
+++ /dev/null
-<?php
-$parts = "{$_SERVER['DOCUMENT_ROOT']}/parts";
-function head($pgtitle, $pgdescription = null, $pgcss = [], $pgjs = []){?>
- <!doctype html>
- <html lang="en">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
- <meta name="robots" content="index, follow">
- <link rel="shortcut icon" href="/images/icons/favicon.ico">
-
- <title><?= htmlspecialchars($pgtitle, ENT_COMPAT);?></title>
- <?php
- if($pgdescription){
- $content = htmlspecialchars($pgdescription, ENT_COMPAT);
- echo "<meta name=\"description\" content=\"$content\">";
- }
- ?>
-
- <link rel="stylesheet" href="/stylesheets/root.css?v=<?= filemtime("{$_SERVER['DOCUMENT_ROOT']}/stylesheets/root.css");?>">
- <?php foreach($pgcss as $filename):?>
- <link rel="stylesheet" href="<?= htmlspecialchars("/stylesheets/$filename?v="), filemtime("{$_SERVER['DOCUMENT_ROOT']}/stylesheets/$filename");?>">
- <?php endforeach;?>
-
- <script type="text/javascript" src="/scripts/root.js?v=<?= filemtime("{$_SERVER['DOCUMENT_ROOT']}/scripts/root.js");?>"></script>
- <?php foreach($pgjs as $filename):?>
- <script type="text/javascript" src="<?= htmlspecialchars("/scripts/$filename?v="), filemtime("{$_SERVER['DOCUMENT_ROOT']}/scripts/$filename");?>"></script>
- <?php endforeach;?>
- </head>
-<?php }
+++ /dev/null
-<td id="sidebar" rowspan="2">
- <img src="/images/gifs/doraemon.gif" alt="doraemon" height="100">
- <img src="/images/gifs/doraemon.gif" alt="doraemon" height="100">
- <img src="/images/gifs/doraemon.gif" alt="doraemon" height="100">
- <img src="/images/gifs/welcomemovetree.gif" alt="welcome hanging on two trees" width="100%">
- <hr>
- <strong>Site menu</strong>
- <ul>
- <li><a href="/" title="homepage! (navigate here if you ever got lost)">homepage</a></li>
- <li><a href="/about-me.php" title="why'd you want to know?">about me</a></li>
- <li><a href="/journal" title="my everday thoughts">thoughts</a></li>
- <li><a href="/photo-album" title="collection of captured photos">photo album</a></li>
- <li><a href="/kitchen" title="recipes and other things">kitchen</a></li>
- <li><a href="/books" title="my book collection">bookshelf</a></li>
- <li><a href="/guestbook.php" title="fill up before you leave">guestbook</a></li>
- <li><a href="/works" title="programming">works</a></li>
- <li><a href="/files" title="random files on my computer">files</a></li>
- <li><a href="/email.php" title="talk to me">email</a></li>
- </ul>
- <hr>
-
- <table>
- <tbody>
- <tr>
- <td><a href="https://www.hitwebcounter.com" target="_blank"><img src="https://hitwebcounter.com/counter/counter.php?page=20998791&style=0019&nbdigits=5&type=ip&initCount=231" Alt="Visit counter For Websites" title="total unique visitors" border="0" width="100"></a></td>
- <td><a href="http://www.anybrowser.org/campaign/"><img src="/images/badges/anybrowser.gif" alt="Viewable With Any Browser" title="best to view on computer screen" width="100"></a></td>
- </tr>
- <tr>
- <td><img src="/images/badges/mullvad.avif" alt="free the internet" title="support the independent web" width="100"></td>
- <td><a href="https://heliohost.org"><img src="/images/gifs/heliohost-org.gif" alt="heliohost" title="hosted by heliohost.org" height="70"></a></td>
- </tr>
- <tr>
- <td><img src="/images/gifs/hatsunemikuapproved.gif" alt="hatsune miku approved" title="100% approved by hatsune miku!" width="100"></td>
- <td><img src="/images/gifs/anybrows.gif" alt="any browser" title="works on any browser you can think of" width="100"></td>
- </tr>
- <tr>
- <td><img src="/images/gifs/saynotoweb3.gif" alt="no to web3" title="web3 sucks" width="100"></td>
- </tr>
- </tbody>
- </table>
-
-<!--
- <div style="width: 200px;">
- <script async src="https://cse.google.com/cse.js?cx=41bb325316c57447c">
- </script>
- <b>Search my site here...</b>
- <div class="gcse-search"></div>
- </div>
--->
-</td>
+++ /dev/null
-<div id="underconstruction-container">
- <img src="/images/gifs/under-construction/underconstructiontxt.gif" alt="under-construction text gif" width="300"><br>
- <img src="/images/gifs/under-construction/underconstructionimg.gif" alt="men in work" width="250">
- <h1>Oopss, nothing here...</h1>
- <p>Come back soon!</p>
-</div>
--- /dev/null
+console.log("hello, world!");
+++ /dev/null
-console.log("hello, world!");
--- /dev/null
+#Forbidden access
+Options -Indexes
--- /dev/null
+* {
+ font-family: Monospace;
+}
+body {
+ background-image: url('/image/background/stars.gif');
+ background-repeat: repeat;
+}
+++ /dev/null
-#Forbidden access
-Options -Indexes
+++ /dev/null
-* {
- font-family: Monospace;
-}
-body {
- background-image: url('/images/backgrounds/clouds.gif');
- background-repeat: repeat;
-}