13 lines
320 B
PHP
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(); ?>
|