21 lines
1.0 KiB
HTML
21 lines
1.0 KiB
HTML
<!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;padding: 0 2vh;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>
|