Start Theme Repo

This commit is contained in:
2026-01-29 19:10:03 +01:00
commit 101179e994
84 changed files with 14654 additions and 0 deletions

21
views/404.twig Normal file
View File

@@ -0,0 +1,21 @@
{% 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 %}