<?php include 'archive.php'; ?>
<html> <body> <h1>Welcome to my home page!</h1> <p>Some text.</p> <p>Some more text.</p> <?php include 'footer.php';?> </body> </html>
<?php include 'config.php';?>
<?php include 'config.php'; ?>