summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Kohl <gitlab@jonaskohl.de>2024-07-19 13:17:40 +0200
committerJonas Kohl <gitlab@jonaskohl.de>2024-07-19 13:17:40 +0200
commit4d7e9ed0c01897f992ac5943dc69b5b9fb3f860e (patch)
treeb06c1c6425be58d29a3dfc9ca7ddcaa485fc9662
parent7e8de689bd266e5cc032b942de723458877d3282 (diff)
Add link to source code
-rw-r--r--src/static/style.css3
-rw-r--r--src/template.php2
2 files changed, 4 insertions, 1 deletions
diff --git a/src/static/style.css b/src/static/style.css
index ba507d6..aaec07e 100644
--- a/src/static/style.css
+++ b/src/static/style.css
@@ -2,6 +2,9 @@ body {
background: #05456a url("background.jpg") top center no-repeat;
font: 10pt Verdana;
}
+a {
+ color: #05456a;
+}
#wrapper {
width: 1024px;
margin: 0 auto;
diff --git a/src/template.php b/src/template.php
index 16fa5a5..8612a51 100644
--- a/src/template.php
+++ b/src/template.php
@@ -43,7 +43,7 @@
</tr>
<tr id="footerRow">
<td id="footerCell">
- Made by Jonas Kohl aka hozyro.
+ Made by Jonas Kohl aka hozyro. This website is <a href="https://git.jkohl.link/jonas/neocities-site">open-source</a>.
</td>
</tr>
</tbody>