diff options
| author | Luke Bratch <luke@bratch.co.uk> | 2017-08-07 11:34:06 +0100 | 
|---|---|---|
| committer | Luke Bratch <luke@bratch.co.uk> | 2017-08-07 11:34:06 +0100 | 
| commit | 50f793bfd8bbdf4212fc85144b1e85b65dd13415 (patch) | |
| tree | b4f0507e805b8cbba06feafc3fb2d75e24a440ee | |
| parent | 6af4dfdfc7f60881aa826a1a3da91f108427df6d (diff) | |
Add links to the source code to each page
| -rw-r--r-- | graphs.php | 3 | ||||
| -rw-r--r-- | index.php | 3 | 
2 files changed, 6 insertions, 0 deletions
| @@ -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> @@ -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> | 
