fix(page2/contact): index

This commit is contained in:
Jérémy Dufraisse 2023-03-28 18:58:28 +02:00
parent 7119555ebf
commit 4e7cfeaa6e
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,8 @@
<?php
/**
* SPDX-License-Identifier: EUPL-1.2
* Authors: see /README.md
*/
chdir(dirname(__DIR__,2));
include 'index.php';

8
content/page2/index.php Normal file
View File

@ -0,0 +1,8 @@
<?php
/**
* SPDX-License-Identifier: EUPL-1.2
* Authors: see /README.md
*/
chdir(dirname(__DIR__,2));
include 'index.php';