Files
FURK4NGG.github.io/404.html
T
2024-10-05 03:05:57 +03:00

21 lines
1.0 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!DOCTYPE html>
<html lang="en">
<head>
<title>Furkan Karlıoğlu - 404 Page</title>
<link href="img/icon.ico" rel="shortcut icon" type="image/x-icon">
<meta charset="UTF-8">
<meta http-equiv="X-XSS-Protection" content="1; mode=block">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0, user-scalable=yes">
<meta name="publisher" content="https://furk4ngg.github.io">
<style>body{user-select:none!important;font-family:Arial,sans-serif;display:flex;justify-content:center;align-items:center;height:100vh;margin:0;background-color:#f8f8f8}.container{text-align:center}h1{font-size:72px;margin:0;color:#333}p{font-size:24px;color:#666}a{color:#06c;text-decoration:none;font-size:18px}a:hover{text-decoration:underline}</style>
</head>
<body>
<div class="container">
<h1>404</h1>
<p>Sorry, the page you are looking for cannot be found.</p>
<p><a href="/">Return to the Home Page</a></p>
</div>
</body>
</html>