diff options
author | Frankie B <floppydisk05@aol.com> | 2022-12-11 13:25:48 +0000 |
---|---|---|
committer | Frankie B <floppydisk05@aol.com> | 2022-12-11 13:25:48 +0000 |
commit | 8ba00e764ad7902e5f8ac88b61c2c6c21868139d (patch) | |
tree | 9b05cc16ec2ccfe3b30fb44aa6e1aee8a07d714f /index.php | |
parent | 2ab628a9d5132e0556db0c9695a80f093e7d6f83 (diff) |
Add weather data to homepage
Diffstat (limited to 'index.php')
-rwxr-xr-x | index.php | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -25,7 +25,10 @@ <p>This is the personal homepage of floppydisk. </p> - <?php require('./inc/lastfm.inc.php') ?> + <?php + require('./inc/lastfm.inc.php'); + require('./inc/weatherdata.inc.php'); + ?> <h1>Contact</h1> <p><strong>Mail</strong>: <a href="mailto:contact@diskfloppy.me">contact@diskfloppy.me</a><br> |