Added "tarifs.php" and price calculator

This commit is contained in:
Adrien W
2025-09-19 13:22:46 +02:00
parent d08005e23c
commit ed08c8696e
3 changed files with 771 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ RewriteRule ^mentionslegales$ /mentionslegales.php [L]
RewriteRule ^transparence$ /transparence.php [L]
RewriteRule ^faq$ /faq.php [L]
RewriteRule ^finances$ /finances.php [L]
RewriteRule ^tarifs$ /tarifs.php [L]
## nginx rules
#location /cgu {
@@ -32,4 +33,3 @@ RewriteRule ^finances$ /finances.php [L]
#location /faq {
# rewrite ^/faq$ /faq.php last;
#}