add the most basic page to dest deploy again
All checks were successful
build-server / build (push) Successful in 1m16s

This commit is contained in:
2025-09-06 15:23:47 +04:00
parent a8e2851c74
commit 0d09ac091b

View File

@@ -1 +1,26 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Not Found</title>
<style>
body {
font-family: Arial, sans-serif;
text-align: center;
margin-top: 50px;
}
h1 {
font-size: 48px;
color: #333;
}
p {
font-size: 24px;
color: #666;
}
</style>
</head>
<body>
<h1>404 Not Found</h1>
<p>The requested resource could not be found.</p>
</body>
</html>