</tr>\r
<tr>\r
<td>\r
- <table border="1" cellpadding="10" cellspacing="0">\r
+ <table id="maintable" cellpadding="10">\r
<tr>\r
- <td valign="top" width="80%">\r
+ <td valign="top" width="80%" background="/image/background/bg1.gif">\r
<p>Welcome to my website!!! im very happy that you found my net home even though it's almost unsearchable from the vast internet—much like a needle from a haystack.</p>\r
<p>I would like to give a simple introduction what is this site for... As you can already see it is a site dedicated for personal purpose. What's cool here is I hand-coded all things in here.</p>\r
<p>What's with the old-web style, you might ask. I just really like it. It's just freaking awesome and gives me a feel of nostalgia.</p>\r
+ <img src="/image/gif/chicken-ani.gif" alt="chicken animation gif" title="chimken">\r
</td>\r
<?php include_once("$parts/sidebar.php");?>\r
</tr>\r
}
?>
- <link rel="stylesheet" href="/stylesheet/root.css?v=<?= filemtime("{$_SERVER['DOCUMENT_ROOT']}/stylesheets/root.css");?>">
+ <link rel="stylesheet" href="/stylesheet/root.css?v=<?= filemtime("{$_SERVER['DOCUMENT_ROOT']}/stylesheet/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>
+ <script type="text/javascript" src="/script/root.js?v=<?= filemtime("{$_SERVER['DOCUMENT_ROOT']}/script/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;?>
-<td valign="top">
+<td id="sidebar" valign="top" background="/image/background/bluerock.jpg">
<img src="/image/gif/doraemon.gif" alt="doraemon" width="50">
<img src="/image/gif/doraemon.gif" alt="doraemon" width="50">
<img src="/image/gif/doraemon.gif" alt="doraemon" width="50">
* {
font-family: Monospace;
- color: white;
}
body {
background-image: url('/image/background/stars.gif');
background-repeat: repeat;
}
#maintable {
- border: groove;
+ border: ridge;
+}
+#sidebar{
+ color: white;
+}
+#sidebar a {
+ color: yellow;
}