2012-08-30 22:17:00 +02:00
|
|
|
<?php get_header(); ?>
|
|
|
|
|
2024-04-24 18:30:18 +02:00
|
|
|
<main class="main page-404" role="main">
|
2015-10-14 12:10:55 +02:00
|
|
|
<div class="container">
|
2012-08-30 22:17:00 +02:00
|
|
|
|
2024-04-24 18:30:18 +02:00
|
|
|
<h1 class="text-2xl">404 - <?php _e('Page not found','barebones') ?></h1>
|
2023-08-03 13:57:13 +02:00
|
|
|
|
|
|
|
<div class="row">
|
|
|
|
<div class="col col--lg-12 col--md-12 col--sm-12 col--xs-12">
|
2024-04-24 18:30:18 +02:00
|
|
|
<p><?php esc_html_e( 'La pagina richiesta non esiste.', 'barebones' ); ?></p>
|
2023-08-03 13:57:13 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
2014-01-30 12:26:35 +01:00
|
|
|
|
2015-10-14 12:10:55 +02:00
|
|
|
</div>
|
2015-04-13 13:07:11 +02:00
|
|
|
</main>
|
2012-08-30 22:17:00 +02:00
|
|
|
|
2016-08-09 14:22:26 +02:00
|
|
|
<?php get_footer(); ?>
|