diff options
Diffstat (limited to 'pages/index.php')
-rw-r--r-- | pages/index.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pages/index.php b/pages/index.php index 111e84e..d4d2099 100644 --- a/pages/index.php +++ b/pages/index.php @@ -1,5 +1,11 @@ <h1> The World Wide Web pages of Adam Carpenter (53hornet) </h1> +<?php include('./pages/now.php'); ?> + +<hr /> + +<h2 id="posts">Posts</h2> + <dl> <?php $posts = scandir('./posts', SCANDIR_SORT_DESCENDING); |