<?php
    require_once 'gen-html-class.php';

    $html = new GenericHTML;

    $html->html_header();

?>    
    <h2>Privacy Policy</h2>

    <p>Empowering users by respecting their privacy is what shareNice is all about. shareNice will NEVER:</p>

    <ul>
     <li>drop ANY cookies on your users.</li>
     <li>generate logs files on our servers.</li>
     <li>collect ANY information about its or your users.</li>
     <li>... as a result we have NO data to share with ANYONE.</li>
    </ul>

    <p>More information about how we maintain your users' privacy can be found on our <a href="http://sharenice.org/website/technical">technical information page</a>. Finally is it worth mentioning that shareNice is NOT a money making venture and we have NO intention of monetizing the way this service operates. This instance of shareNice is hosted on a server provided by <a href="http://www.garlik.com/">Garlik Ltd</a>.</p>

<?php
    $html->html_footer();
?>
