Uploaded the files.

This commit is contained in:
Batuhan Berk Başoğlu 2024-05-17 16:57:41 -04:00
commit 37661b3ee7
374 changed files with 90632 additions and 0 deletions

9
index.php Normal file
View file

@ -0,0 +1,9 @@
<?php
include "header.php";
include "body.php";
include "newslettter.php";
include "footer.php";
?>