forked from miraty/web
30 lines
650 B
PHP
Executable file
30 lines
650 B
PHP
Executable file
<?php include "inc/debut.php";
|
|
head("cave.mdr.php"); ?>
|
|
|
|
|
|
<article>
|
|
|
|
<h1>Moteurs de recherche</h1>
|
|
<strong>Cette page est encore en construction, revenez dans quelques temps.</strong>
|
|
<p>
|
|
<h2>Qwant</h2>
|
|
|
|
C'est un moteur de recherche axé sur le respect des données et de la vie privée.<br>
|
|
Il n'enregistre aucune information vous concernant.
|
|
|
|
</p>
|
|
|
|
<p>
|
|
<h2>Google</h2>
|
|
|
|
C'est un moteur de recherche axé sur la revente des informations des utilisateurs aux publicitaires.<br>
|
|
Il enregistre toutes les informations vous concernant.
|
|
|
|
</p>
|
|
|
|
|
|
</article>
|
|
|
|
|
|
|
|
<?php include "inc/footer.php"; ?>
|