Cool-Shopping-Site/index.php

9 lines
110 B
PHP
Raw Normal View History

2024-05-17 20:57:41 +00:00
<?php
2024-05-17 22:44:31 +00:00
include "homeheader.php";
2024-05-17 20:57:41 +00:00
include "body.php";
include "newslettter.php";
include "footer.php";
?>