summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Bratch <luke@bratch.co.uk>2017-08-07 11:34:06 +0100
committerLuke Bratch <luke@bratch.co.uk>2017-08-07 11:34:06 +0100
commit50f793bfd8bbdf4212fc85144b1e85b65dd13415 (patch)
treeb4f0507e805b8cbba06feafc3fb2d75e24a440ee
parent6af4dfdfc7f60881aa826a1a3da91f108427df6d (diff)
Add links to the source code to each page
-rw-r--r--graphs.php3
-rw-r--r--index.php3
2 files changed, 6 insertions, 0 deletions
diff --git a/graphs.php b/graphs.php
index 981b107..c96713a 100644
--- a/graphs.php
+++ b/graphs.php
@@ -35,6 +35,9 @@ echo "<p><img src=\"uv.png\" alt=\"UV index\"> <img src=\"wind.png\" alt=\"Wind\
?>
+
+<p><small><a href="http://www.blatech.co.uk/l_bratch/w.of.je/tree/master">Source?</a></small></p>
+
</body>
</html>
diff --git a/index.php b/index.php
index 06890cb..049a656 100644
--- a/index.php
+++ b/index.php
@@ -107,6 +107,9 @@ echo "<strong>Wind:</strong> $misc[5]</p>";
?>
+
+<p><small><a href="http://www.blatech.co.uk/l_bratch/w.of.je/tree/master">Source?</a></small></p>
+
</body>
</html>