2025-06-05 19:38:44 +02:00

13 lines
320 B
PHP

<?php
the_header(
'Terms Of Use',
'By using our website, you agree to the following terms and conditions. Please read them carefully before using our services.',
'terms',
[
['keywords', 'terms, use, conditions']
]);
?>
<div class="container">Terms Of Use</div>
<?php the_footer(); ?>