summaryrefslogtreecommitdiff
path: root/src/pages/index.php
blob: 973838b1bb67259ceedaf9634fad2c61f93d65bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<param:title>hozyro's site</param:title>
<param:active-link>home</param:active-link>

<table style="width:100%;border-collapse:collapse" cellspacing="0">
<tbody>
    <tr>
        <td style="padding:0" colspan="2">
            <img
                src="/static/hzcontent_01.gif"
                alt="Welcome, stranger!"
                style="display:block" />
        </td>
    </tr>
    <tr>
        <td style="padding:0;vertical-align:top">
            <img src="/static/hzcontent_02.gif" alt="" />
        </td>
        <td style="padding:0;vertical-align:top">
            <div class="tablePara">
            &hellip;to my corner of the internet (well one of them, at least)!
            I'm still not quite sure what to put on here, but I'm sure I'll
            figure something out. In the meantime, you can check out the
            <span class="mark">About me</span> page or my other, proper website!
            </div>
            <div class="tablePara">Until then,<br />toodaloo!</div>
        </td>
    </tr>
</tbody>
</table>

<p>&nbsp;<br />&nbsp;</p>

<?php include SRCDIR . "/includes/under-construction.php"; ?>