﻿<!DOCTYPE html>
<html>
<head>
    <title>404</title>
    <style>
        body {
            text-align: center;
        }

        h1 {
            font-size: 90px;
            font-style: italic;
            color: rgb(92, 81, 245);
        }
        a{
            text-decoration:none;
            color:red;
        }
    </style>
</head>
<body>
    <h1>404</h1>
    <div>Sorry, this page does not exist.</div><br />
     <div>Click&nbsp;&nbsp;<a href="https://www.henlius.com">return</a></div>
</body>
</html>