<!DOCTYPE html>
<html dir="ltr" lang="en">
<head>
    <meta charset="UTF-8" />
    <meta name="robots" content="noindex,nofollow,noarchive,nosnippet,noodp,notranslate,noimageindex" />
    <title>SMS Microservice</title>
    <style>
        .container {
            position: relative; 
            height: 100vh;
            background: radial-gradient(ellipse at bottom, hsla(319, 20%, 45%, 1) 0%, hsl(319, 20%, 13%) 100%);
            background-attachment: fixed; color: hsla(319, 20%, 95%, 1);  
            
        }
    </style>
</head>
<body style="background: black">
<div class="wrapper">

    <div class="container">
        <!--{ {hue}}-->
        <img width="100%" height="100%" src="/images/VaultBoy.png"/>
        <div style="position: relative; bottom: 40px;">
            <!--{ { dump(message) }}-->
            v2.0
        </div>
    </div>

</div>
</body>
</html>