<!-- ...and this is for the content -->
<td id="body">
<?php include_once("$parts/underconstruction.php");?>
-
- <?php include_once("$parts/footer.php");?>
</td>
</tr>
+
+ <?php include_once("$parts/footer.php");?>
</table>
</body>
</html>
<!-- ...and this is for the content -->
<td id="body">
<?php include_once("$parts/underconstruction.php");?>
-
- <?php include_once("$parts/footer.php");?>
</td>
</tr>
+
+ <?php include_once("$parts/footer.php");?>
</table>
</body>
</html>
--- /dev/null
+<?php
+ require_once("{$_SERVER['DOCUMENT_ROOT']}/parts/head.php");
+ $pgtitle = "My site's guestbook";
+ $pgdescription = "please fill the guestbook before you leave the site.";
+ head($pgtitle, $pgdescription);
+?>
+<body>
+ <table>
+ <tr>
+ <?php include_once("$parts/sidebar.php");?>
+
+ <!-- ...and this is for the content -->
+ <td id="body">
+ <iframe src="https://bochard.atabook.org" height="100%" width="100%" style="border: none;"></iframe>
+ </td>
+ </tr>
+
+ <?php include_once("$parts/footer.php");?>
+ </table>
+</body>
+</html>
<!-- ...and this is for the content -->
<td id="body">
<?php include_once("$parts/underconstruction.php");?>
-
- <?php include_once("$parts/footer.php");?>
</td>
</tr>
+
+ <?php include_once("$parts/footer.php");?>
</table>
</body>
</html>
<p>I have a few books on my desk, mostly about japanese novels like 'the setting sun', 'no longer human', 'schoolgirl', etc...if you knew these books, yes, the author are all mostly from Osamu Dazai. well...i'm not a huge fan of Dazai, but I like his works though. Well he is really a great and respected author, indeed. It's just that...he ended his own life, for a reason which I don't have any idea yet. anyways...I'd like to read more and more books but I don't have money, im poor, so...if you will....please consider donating :D.</p>\r
<hr>\r
<p>I barely update this site, apologies.</p>\r
- \r
- <?php include_once("$parts/footer.php");?>\r
</td>\r
</tr>\r
+ \r
+ <?php include_once("$parts/footer.php");?>\r
</table>\r
</body>\r
</html>\r
<!-- ...and this is for the content -->
<td id="body">
<?php include_once("$parts/underconstruction.php");?>
-
- <?php include_once("$parts/footer.php");?>
</td>
</tr>
+
+ <?php include_once("$parts/footer.php");?>
</table>
</body>
</html>
-<div id="footer">
- ἀγάπην τοῦ θεοῦ
-</div>
+<tr>
+ <td id="footer">
+ ἀγάπην τοῦ θεοῦ
+ </td>
+</tr>
<!-- this is for the sidebar -->
-<td id="sidebar">
+<td id="sidebar" rowspan="2">
<img src="/images/gifs/doraemon.gif" alt="doraemon welcoming you to my site" height="100">
<img src="/images/gifs/doraemon.gif" alt="doraemon welcoming you to my site" height="100">
<img src="/images/gifs/doraemon.gif" alt="doraemon welcoming you to my site" height="100">
<li><a href="/about-me.php">about me...</a></li>
<li><a href="/journal">my thoughts</a></li>
<li><a href="/photo-album">photo album</a></li>
+ <li><a href="/guestbook.php">guestbook</a></li>
<li><a href="/works">stuffs i made</a></li>
<li><a href="/files">files</a></li>
<li><a href="mailto:mail@bochard.net">email me!</a></li>
<table>
<tr>
<!-- hitwebcounter Code START -->
- <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" title="Counter Widget" Alt="Visit counter For Websites" border="0" width="90"></a></td>
- <td><a href="http://www.anybrowser.org/campaign/"><img src="./images/gifs/badges/anybrowser.gif" alt="Viewable With Any Browser" width="90"></a></td>
+ <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="90"></a></td>
+ <td><a href="http://www.anybrowser.org/campaign/"><img src="./images/gifs/badges/anybrowser.gif" alt="Viewable With Any Browser" title="actually, this site is best to view on your desktop computer ;)" width="90"></a></td>
</tr>
<tr>
- <td><img src="/images/gifs/badges/mullvad.avif" alt="free the internet" width="90"></td>
- <td><a href="http://heliohost.org"><img src="/images/gifs/heliohost-org.gif" alt="heliohost" height="70"></td>
+ <td><img src="/images/gifs/badges/mullvad.avif" alt="free the internet" title="make your own space on the web!" width="90"></td>
+ <td><a href="http://heliohost.org"><img src="/images/gifs/heliohost-org.gif" alt="heliohost" title="site is hosted by heliohost.org" height="70"></a></td>
</tr>
</table>
<!-- ...and this is for the content -->
<td id="body">
<?php include_once("$parts/underconstruction.php");?>
-
- <?php include_once("$parts/footer.php");?>
</td>
</tr>
+
+ <?php include_once("$parts/footer.php");?>
</table>
</body>
</html>
}
#body {
vertical-align: top;
- padding: 0 70px 10px;
+ padding: 0 70px;
}
#footer {
text-align: center;
font-style: italic;
+ height: 20%;
+ padding: 10px 0;
}
#underconstruction-container {
text-align: center;