Cool-Shopping-Site/index.php

9 lines
110 B
PHP
Raw Normal View History

2024-05-17 16:57:41 -04:00
<?php
2024-05-17 18:44:31 -04:00
include "homeheader.php";
2024-05-17 16:57:41 -04:00
include "body.php";
include "newslettter.php";
include "footer.php";
?>