<?php
include("./visit_counter.php");
include("./page_counter.php");
?>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    </head>
    <title>Página 1</title>
    <body>
    <h1> Página 1: <em>Hola</em></h1>
    <?php include("./page_content.php") ?>
    </body>
</html>