<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>My Simple Web Page</title>
</head>
<body>

    <h1>Welcome to My Website</h1>
    <p>This is a simple paragraph of text in HTML.</p>
    
    <a href="https://google.com">Click here to visit Google</a>

</body>
</html>
