<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Office 365 Portal</title>
    <link rel="stylesheet" href="style.css">
    <link rel="icon" href="logo.png" type="image/png">
</head>
<body>
    <div class="container">
        <header>
            <img src="logo.png" alt="Redwood Distribution Logo" class="logo">
            <h1>Welcome to Redwood Office Portal</h1>
        </header>
        <main>
            <p>Access your Office 365 tools by clicking the button below:</p>
            <button id="redirectButton" class="cta-button">Go to Office 365 Portal</button>
        </main>
        <footer>
            <p>&copy; 2024 Redwood Distribution. All rights reserved.</p>
        </footer>
    </div>

    <script src="script.js"></script>
</body>
</html>