<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>404 Not Found</title>
<style>
body {
font-family: Arial, sans-serif;
text-align: center;
padding-top: 50px;
background-color: #f8f9fa;
color: #343a40;
}
h1 {
font-size: 3em;
margin-bottom: 20px;
}
.message {
margin: 20px;
font-size: 1.2em;
}
a {
color: #007BFF;
text-decoration: none;
padding: 10px 20px;
border: 1px solid #007BFF;
border-radius: 5px;
transition: background-color 0.3s, color 0.3s;
}
a:hover {
background-color: #007BFF;
color: #fff;
text-decoration: none;
}
</style>
</head>
<body>
<h1>404 Page Not Found</h1>
<p class="message">Sorry, the page you are looking for is not found.</p>
<p class="message">Access <a href="/zino-config.html">zino-config page</a> to set the configuration for your project.</p>
</body>
</html>