diff options
Diffstat (limited to 'src/template.php')
| -rw-r--r-- | src/template.php | 27 | 
1 files changed, 21 insertions, 6 deletions
diff --git a/src/template.php b/src/template.php index 8612a51..5c94a36 100644 --- a/src/template.php +++ b/src/template.php @@ -19,7 +19,10 @@              <tbody>                  <tr id="logoRow">                      <td id="logoCell"> -                        <img src="/static/blank.gif" alt="hozyro's site" width="1" height="136" /> +                        <img src="/static/blank.gif" +                             alt="hozyro's site" +                             width="1" +                             height="136" />                      </td>                  </tr>                  <tr id="navRow"> @@ -27,10 +30,19 @@                          <table id="navLayout" cellspacing="0">                              <tbody>                                  <tr> -                                    <td class="navCell" style="border-left:0"><a href="/">Home page</a></td> -                                    <td class="navCell"><a href="/about.html">About me</a></td> -                                    <td class="navCell"><a href="https://jonaskohl.de/">My actual website</a></td> -                                    <td class="navCell" style="border-right:0"></td> +                                    <td class="navCell" style="border-left:0"> +                                        <a href="/">Home page</a> +                                    </td> +                                    <td class="navCell"> +                                        <a href="/about.html">About me</a> +                                    </td> +                                    <td class="navCell"> +                                        <a href="https://jonaskohl.de/"> +                                            My actual website +                                        </a> +                                    </td> +                                    <td class="navCell" +                                        style="border-right:0"></td>                                  </tr>                              </tbody>                          </table> @@ -43,7 +55,10 @@                  </tr>                  <tr id="footerRow">                      <td id="footerCell"> -                        Made by Jonas Kohl aka hozyro. This website is <a href="https://git.jkohl.link/jonas/neocities-site">open-source</a>. +                        Made by Jonas Kohl aka hozyro. This website is +                        <a href="https://git.jkohl.link/jonas/neocities-site"> +                            open-source +                        </a>.                      </td>                  </tr>              </tbody>  |