aboutsummaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorFrankie B <floppydisk05@aol.com>2022-12-11 13:25:48 +0000
committerFrankie B <floppydisk05@aol.com>2022-12-11 13:25:48 +0000
commit8ba00e764ad7902e5f8ac88b61c2c6c21868139d (patch)
tree9b05cc16ec2ccfe3b30fb44aa6e1aee8a07d714f /index.php
parent2ab628a9d5132e0556db0c9695a80f093e7d6f83 (diff)
Add weather data to homepage
Diffstat (limited to 'index.php')
-rwxr-xr-xindex.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/index.php b/index.php
index b1160c2..08a2761 100755
--- a/index.php
+++ b/index.php
@@ -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>