<!DOCTYPE html>

<html lang="en">

<head>

    <meta charset="UTF-8">

    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    <title>UCD Student Legal Service</title>

    <link rel="stylesheet" href="style.css">

</head>

<body>

    <header>

        <img src="logo.png" alt="UCD Student Legal Service Logo" class="logo">

        <h1>UCD Student Legal Service</h1>

    </header>

    <main>

        <p>We are a student-led society providing free legal information and education to UCD students.</p>

        <p>For inquiries or assistance, please contact us at: <a href="mailto:studentslegalservice@ucd.ie">studentslegalservice@ucd.ie</a></p>

        <p>Address: L007, Sutherland School of Law, UCD, Belfield, Dublin 4</p>

    </main>

    <footer>

        <p>© 2025 UCD Student Legal Service</p>

    </footer>

</body>

</html>