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 | 67dbc1f6e800c44ed00a596a5d2062b98bfc7c5b (patch) | |
tree | 9b05cc16ec2ccfe3b30fb44aa6e1aee8a07d714f /index.php | |
parent | 039a2fb895304f27a0b7438f3f74d924c908a122 (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> |