<?php

include './vue/header.php';
include './vue/page/home.php';
include './vue/footer.php';
?>