Update 404.html

This commit is contained in:
FURK4NGG
2024-10-05 02:53:15 +03:00
committed by GitHub
parent 1622766ba3
commit c1d0676caf
+3 -32
View File
@@ -4,43 +4,14 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sayfa Bulunamadı</title> <title>Sayfa Bulunamadı</title>
<style> <style>body {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: #0066cc;text-decoration: none;font-size: 18px;}a:hover {text-decoration: underline;}
body {
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: #0066cc;
text-decoration: none;
font-size: 18px;
}
a:hover {
text-decoration: underline;
}
</style> </style>
</head> </head>
<body> <body>
<div class="container"> <div class="container">
<h1>404</h1> <h1>404</h1>
<p>Üzgünüz, aradığınız sayfa bulunamadı.</p> <p>Sorry, the page you are looking for cannot be found.</p>
<p><a href="/">Ana Sayfaya Dön</a></p> <p><a href="/">Return to the Home Page</a></p>
</div> </div>
</body> </body>
</html> </html>