Untitled

 avatar
unknown
plain_text
24 days ago
1.0 kB
2
Indexable
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>For My Girlfriend</title>
    <link rel="stylesheet" href="styles.css">
</head>
<body>
    <header>
        <h1>My Beautiful Girlfriend</h1>
    </header>
    <main>
        <section>
            <h2>About Us</h2>
            <p>Here is a little something to remind you how much you mean to me.</p>
        </section>
        <section>
            <h2>Our Memories</h2>
            <ul>
                <li>Our first date at the park</li>
                <li>The trip to the beach</li>
                <li>Movie nights at home</li>
            </ul>
        </section>
        <section>
            <h2>Why I Love You</h2>
            <p>You are kind, funny, and the most amazing person I know. I cherish every moment we spend together.</p>
        </section>
    </main>
    <footer>
        <p>Made with ❤️ by [Your Name]</p>
    </footer>
</body>
</html>
Editor is loading...
Leave a Comment