Page de destination HTML CSS

<!DOCTYPE html>
<html>
    <head>
        <title>You've Landed at WebsiteName.com!</title>
        <style>
            body{
                background-color:lightgreen;
                text-align:center;
                font-family:cursive;
            }
        </style>
    </head>
    <body>
        <h1 style="font-size:60px"><span style="color:purple">Website</span><span style="color:darkgreen">Name.com</span></h1>
        <h1>WebsiteName.com is under contruction/is parked.</h1>
        <h1 style="font-size:40px">Check back later!</h1>
        <img src="https://server25.jacute.xyz/clock.png" width="200px">
    </body>
</html>
Coding boy Hasya