Adds icons in the 404 page

This commit is contained in:
Christophe HENRY 2021-03-18 21:16:30 +01:00
parent d280ceff94
commit 365c855c00
1 changed files with 1 additions and 2 deletions

View File

@ -38,8 +38,7 @@ if (!file_exists($filePath)) {
**$url** **$url**
=> $url Recharger 🔄 => .. 🔄 🔄
=> /
EOF; EOF;
$t = new \htmgem\GemTextTranslate_html($page404); $t = new \htmgem\GemTextTranslate_html($page404);
echo $t->getFullHtml(); echo $t->getFullHtml();