Cool-Shopping-Site/index.php

9 lines
No EOL
106 B
PHP

<?php
include "header.php";
include "body.php";
include "newslettter.php";
include "footer.php";
?>