RuStream 0.0.0-alpha

Rustic API to stream videos from localhost
<!DOCTYPE html>
<html lang="en">
<head>
    <title>Rustic video streaming</title>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <style>
        img {
            display: block;
            margin-left: auto;
            margin-right: auto;
        }

        :is(h1, h2, h3, h4, h5, h6) {
            text-align: center;
            color: #F0F0F0;
            font-family: 'Courier New', sans-serif;
        }

        button {
            width: 100px;
            margin: 0 auto;
            display: block;
        }

        body {
            background-image: url("https://vigneshrao.com/img/auth_server/bg.jpg");
        }
    </style>
    <noscript>
        <style>
            body {
                width: 100%;
                height: 100%;
                overflow: hidden;
            }
        </style>
        <div style="position: fixed; text-align:center;
                height: 100%; width: 100%; background-image: url('https://vigneshrao.com/img/auth_server/bg.jpg')">
            <h2 style="margin-top:5%">This page requires JavaScript
                to be enabled.
                <br><br>
                Please refer <a href="https://www.enable-javascript.com/">enable-javascript</a> for how to.
            </h2>
            <p>
                <img src="https://vigneshrao.com/img/auth_server/javascript.gif" width="230" height="200"
                     alt="loader" class="center">
            </p>
            <form>
                <button type="submit" onClick="<meta httpEquiv='refresh' content='0'>">RETRY</button>
            </form>
        </div>
    </noscript>
</head>
<body>
<h2 style="margin-top:5%">LOGOUT</h2>
<h3>{{ detail }}</h3>
<p>
    <img src="https://vigneshrao.com/img/auth_server/auth_server.gif" width="200" height="200" alt="loader"
         class="center">
</p>
{% if show_login %}
    <button style="text-align:center" onClick="window.location.href = '/';">LOGIN</button>
{% else %}
    <h3>Please close the session window</h3>
{% endif %}
<h4>Click <a href="https://vigneshrao.com/contact">ME</a> to reach out.</h4>
</body>
</html>