Files
2026-01-29 19:10:03 +01:00

21 lines
689 B
Twig

{% extends 'base.twig' %}
{% block page %}
<div class="error-404 not-found type-page">
<header class="entry-header">
<h1 class="page-title">{{ __( 'Oops, this page doesn\'t exist', 'romhackplaza' )|esc_html }}</h1>
</header>
<div class="post-content">
<div class="entry-content clearfix">
<p>{{ __( "It seems like you have tried to open a page that doesn't exist. It could have been deleted, moved, or it never existed at all. Either way, you're welcome to search for what you are looking for with the search form in the navbar.", 'romhackplaza') }}</p>
</div>
</div>
</div>
{% endblock %}