﻿<!DOCTYPE html>
<html>
<head>
    <title>404 Not Found</title>
    <style>
        body {
            font-family: Arial, sans-serif;
            text-align: center;
        }

        h1 {
            color: red;
        }
    </style>
</head>
<body>
    <h1>404 Not Found</h1>
</body>
</html>