Skip to content

Commit 8f92419

Browse files
authored
Update rules.php for privacy policy page
1 parent e90befe commit 8f92419

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

rules.php

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,19 @@
66
//Copyright (C) 2025 Chromared
77
?>
88

9-
10-
119
<!DOCTYPE html>
1210
<html lang="fr">
1311
<head>
1412
<meta charset="UTF-8">
1513
<meta name="viewport" content="width=device-width, initial-scale=1.0">
16-
<title>Règlement</title>
14+
<title>Politique de confidentialité</title>
1715
<?php include 'includes/header.php'; ?>
1816
</head>
17+
<body>
18+
<?php include 'includes/navbar.php'; ?>
19+
</head>
1920
<body>
2021
<h1>Coming soon !</h1>
2122
</body>
22-
</html>
23+
24+
</html>

0 commit comments

Comments
 (0)