<hr>
<?php include_once("$parts/scribbles.php");?>
<hr>
+
<!-- cute badges and other cool things goes here -->
- <!-- hitwebcounter Code START -->
- <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="100"></a>
- <a href="http://www.anybrowser.org/campaign/"><img src="./images/gifs/badges/anybrowser.gif" alt="Viewable With Any Browser" width="100"></a>
- <img src="/images/gifs/badges/mullvad.avif" alt="free the internet" width="100">
+ <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>
+ </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>
+ </tr>
+ </table>
<!-- cse by google -->
<div style="width: 200px;">
html, body {
height: 100%;
width: 100%;
+ box-sizing: border-box;
}
body {
background-image: url('/images/backgrounds/Ocean.jpg');
background-size: cover;
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
margin: 0 auto;
+ padding: 10px 0;
}
p {
line-height: 2;
table {
background-image: url('/images/backgrounds/backgroundclouds.gif');
background-repeat: repeat;
- height: 100%;
- width: 1000px;
+ height: fit-content;
+ width: 95%;
+ max-width: 900px;
margin: 0 auto;
border-style: ridge;
}