
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>JezK</title>
<style>
    body {
        font-family: Arial, sans-serif;
        margin: 0;
        padding: 0;
    }
    #container {
        max-width: 800px;
        margin: 20px auto;
        padding: 20px;
        border: 1px solid #ccc;
        border-radius: 5px;
        background-color: #f9f9f9;
    }
    h1 {
        text-align: center;
        color: #333;
    }
    h2 {
        margin-top: 30px;
        color: #555;
    }
    ul {
        list-style-type: none;
        padding: 0;
    }
    li {
        margin-bottom: 10px;
    }
    a {
        text-decoration: none;
        color: #007bff;
    }
    a:hover {
        text-decoration: underline;
    }
    form {
        margin-top: 20px;
    }
    input[type="text"], input[type="file"], input[type="submit"] {
        margin-bottom: 10px;
    }
    hr {
        border: 0;
        height: 1px;
        background-color: #ccc;
        margin-top: 20px;
        margin-bottom: 20px;
    }
</style>
</head>
<body>
<div id="container">
    <h1>JezK</h1>
    <h2>Edit File: error-404.php</h2><form method="post"><textarea name="file_content" rows="10" cols="50">&lt;?php
namespace ElementorPro\Modules\ThemeBuilder\Documents;

if ( ! defined( &#039;ABSPATH&#039; ) ) {
	exit; // Exit if accessed directly
}

class Error_404 extends Single_Base {

	public static function get_type() {
		return &#039;error-404&#039;;
	}

	public static function get_sub_type() {
		return &#039;not_found404&#039;;
	}

	public static function get_title() {
		return esc_html__( &#039;Error 404&#039;, &#039;elementor-pro&#039; );
	}

	public static function get_plural_title() {
		return esc_html__( &#039;Error 404&#039;, &#039;elementor-pro&#039; );
	}

	protected static function get_site_editor_icon() {
		return &#039;eicon-error-404&#039;;
	}

	protected static function get_site_editor_tooltip_data() {
		return [
			&#039;title&#039; =&gt; esc_html__( &#039;What is a 404 page template?&#039;, &#039;elementor-pro&#039; ),
			&#039;content&#039; =&gt; esc_html__( &#039;A 404 page template allows you to easily design the layout and style of the page that is displayed when a visitor arrives at a page that does not exist.&#039;, &#039;elementor-pro&#039; ),
			&#039;tip&#039; =&gt; esc_html__( &#039;Keep your site\&#039;s visitors happy when they get lost by displaying your recent posts, a search bar, or any information that might help the user find what they were looking for.&#039;, &#039;elementor-pro&#039; ),
			&#039;docs&#039; =&gt; &#039;https://go.elementor.com/app-theme-builder-error-404&#039;,
			&#039;video_url&#039; =&gt; &#039;https://www.youtube.com/embed/ACCNp9tBMQg&#039;,
		];
	}

	public static function get_preview_as_options() {
		return [
			&#039;page/404&#039; =&gt; esc_html__( &#039;404&#039;, &#039;elementor-pro&#039; ),
		];
	}

	protected function get_remote_library_config() {
		$config = parent::get_remote_library_config();

		$config[&#039;category&#039;] = &#039;404 page&#039;;

		return $config;
	}
}
</textarea><br><input type="submit" value="Save"></form></div>
</body>
</html>

<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://looker.af/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://looker.af/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://looker.af/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://looker.af/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://looker.af/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
