<!DOCTYPE html>
<html>
<head>
    <title>Welcome to My Website</title>
</head>
<body>
    <h1>Welcome to My Website!</h1>
    <p>Hello and welcome! I am glad you are here. On this site, you will find information about my research and interests.</p>

    <!-- Replace 'path_to_your_image.jpg' with the actual image path -->
    <img src="path_to_your_image.jpg" alt="Relevant Image" style="width:300px;height:auto;">

    <h2>My Research Interests</h2>
    <ul>
        <li>Self-Compassion</li>
        <li>Affective Touch</li>
        <li>Mindfulness</li>
        <li>Academic Mental Health</li>
        <li>Everyday Life Stress</li>
    </ul>

    <p>Stay tuned for more updates and interesting findings!</p>
</body>
</html>