summaryrefslogtreecommitdiff
path: root/src/template.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/template.php')
-rw-r--r--src/template.php24
1 files changed, 21 insertions, 3 deletions
diff --git a/src/template.php b/src/template.php
index 4c66e3f..d875298 100644
--- a/src/template.php
+++ b/src/template.php
@@ -28,13 +28,31 @@
<tbody>
<tr>
<td class="navCell" style="border-left:0">
- <a href="/">Home page</a>
+ <a href="/"><img
+ class="navIcon"
+ alt=""
+ width="16"
+ height="16"
+ src="/static/icons/home.gif"
+ />&nbsp;Home page</a>
</td>
<td class="navCell">
- <a href="/about">About me</a>
+ <a href="/about"><img
+ class="navIcon"
+ alt=""
+ width="16"
+ height="16"
+ src="/static/icons/about.gif"
+ />&nbsp;About me</a>
</td>
<td class="navCell">
- <a href="https://jonaskohl.de/">My actual website</a>
+ <a href="https://jonaskohl.de/"><img
+ class="navIcon"
+ alt=""
+ width="16"
+ height="16"
+ src="/static/icons/website.gif"
+ />&nbsp;My actual website</a>
</td>
<td class="navCell"
style="border-right:0"></td>