We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e90befe commit 8f92419Copy full SHA for 8f92419
1 file changed
rules.php
@@ -6,17 +6,19 @@
6
//Copyright (C) 2025 Chromared
7
?>
8
9
-
10
11
<!DOCTYPE html>
12
<html lang="fr">
13
<head>
14
<meta charset="UTF-8">
15
<meta name="viewport" content="width=device-width, initial-scale=1.0">
16
- <title>Règlement</title>
+ <title>Politique de confidentialité</title>
17
<?php include 'includes/header.php'; ?>
18
</head>
+<body>
+<?php include 'includes/navbar.php'; ?>
19
+</head>
20
<body>
21
<h1>Coming soon !</h1>
22
</body>
-</html>
23
+
24
+</html>
0 commit comments