Files
rpigroupplay/pages/page/404.php
T
2026-06-24 21:25:46 +02:00

12 lines
842 B
PHP

<?php header('Content-Type: text/html; charset=UTF-8'); ?>
<div class="radio-header" style="padding: 20px; margin: 0 0 20px 0; border-bottom: 1px solid #eee; display: flex; align-items: center; justify-content: space-between;position: relative;background: white;">
<div class="left-controls" style="display: flex; align-items: center;">
<a href="<?php echo $base_path; ?>/home" data-page="home" class="linkBox" style="color: #333; display: flex; align-items: center; text-decoration: none;">
<span class="material-icons" style="font-size: 28px;">arrow_back</span>
</a>
<span style="font-size: 18px; font-weight: 600; color: #333; margin-left: 15px;">Pagina non trovata</span>
</div>
</div>
<p class="text-center">La pagina che hai provato a cercare non esiste o non è disponibile.</p>