HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux ip-172-31-18-78 6.17.0-1017-aws #17~24.04.1-Ubuntu SMP Tue May 26 21:09:53 UTC 2026 aarch64
User: ubuntu (1000)
PHP: 8.2.31
Disabled: NONE
Upload Files
File: /var/www/selfanalyse/wp-content/themes/psychometrics/disclaimer.php
<?php

/**
 *
 * The template for displaying all login features
 * Template Name: Disclaimer
 *
 */
get_header();


?>

<!-- DISCLAIMER PAGE SECTION -->

<section class="disclaimer-page-section">
    <div class="container">
        <div class="row">
            <div class="col-md-12 col-sm-12 col-xs-12">
                <div class="disclaimer-page-box">
                    <h1>Disclaimer</h1>
                    <p>The information contained in this site is authentic to the best of our knowledge. However, selfanalyse.com shall not be responsible for unintended errors that may have crept into this site. Also selfanalyse.com doesn’t provide any warranty that the services provided by it will meet your expectations and requirements. The information and assessments reports provided should be taken in its spirit of being a suggestive opinion of selfanalyse.com only. All the psychometric tests provided in this site are validated and standardised tests as per the Indian population. This information is also written without any malice towards anyone or any institution and therefore any offence caused to anyone or any institution concerned or not concerned, is regretted.</p>
                </div>
            </div>
        </div>
    </div>
</section>

<!-- END DISCLAIMER PAGE SECTION -->
<?php
get_footer();