Files
CARIA/contact.php
2023-02-02 16:28:06 +01:00

5 lines
136 B
PHP

<?php
include_once('./vue/header.html');
include_once('./vue/information/contact/index.html');
include_once('./vue/footer.html');
?>