forked from partio-scout/lippukuntien-verkkosivuratkaisu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.php
21 lines (19 loc) · 835 Bytes
/
404.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?php get_header(); ?>
<div id="primary" class="content-area">
<main id="main" class="site-main container" role="main">
<div class="row content-row">
<div class="col-12 col-lg-9 page-content">
<section class="error-404 not-found">
<header class="page-header">
<h1 class="page-title">404 - <?php _e( 'Sivua ei löytynyt', 'ID' ); ?></h1>
</header><!-- .page-header -->
<div class="">
<p><?php _e( 'Hakemaasi sisältöä ei löytynyt', 'ID' ); ?></p>
</div><!-- .page-content -->
</section><!-- .error-404 -->
</div>
</div>
</main><!-- .site-main -->
</div><!-- .content-area -->
<?php get_sidebar(); ?>
<?php get_footer(); ?>