20 lines
1.1 KiB
PHP
20 lines
1.1 KiB
PHP
|
|
<?php require_once 'header.php'; ?>
|
|
|
|
<main class="container my-5">
|
|
<h1>Legal & Disclaimer</h1>
|
|
<hr>
|
|
<p>This application is for demonstration purposes only. The data presented is mock data and does not represent real-time prices from any retailer.</p>
|
|
|
|
<h2>Data Sourcing</h2>
|
|
<p>All product and pricing information displayed within this application is generated randomly and is not sourced from Pick n Pay, Woolworths, Checkers, Game, Makro, or any other retailer. Any resemblance to actual products or prices is purely coincidental.</p>
|
|
|
|
<h2>Ethical Considerations</h2>
|
|
<p>We are committed to ethical practices. This application is designed as a proof-of-concept and should not be used for making actual purchasing decisions. We respect the intellectual property and business operations of all retailers.</p>
|
|
|
|
<h2>Limitation of Liability</h2>
|
|
<p>The developers and owners of this application shall not be held liable for any decisions made based on the information presented herein. Users are advised to consult official retailer websites for accurate and up-to-date pricing.</p>
|
|
</main>
|
|
|
|
<?php require_once 'footer.php'; ?>
|