22 lines
600 B
HTML
22 lines
600 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>Not Found | Ask Stallman</title>
|
|
<link href="style.css" rel="stylesheet">
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<h1>Ask Stallman</h1>
|
|
</header>
|
|
<div class="info">
|
|
<h1>Not Found</h1>
|
|
<p>This page was not found. Please check the URL.</p>
|
|
</div>
|
|
<footer>
|
|
<p><a href="https://zumepro.cz">Zumepro</a> 2025</p>
|
|
</footer>
|
|
</body>
|
|
</html>
|