Preview:
<!DOCTYPE html>
<html lang="es">
<head>
    <meta charset="UTF-8">
    <title style=>Produktor©</title>

    <link rel="stylesheet" href="{{ url_for ('static', filename='main.css')}}"

    <!--Bootstrap con plantilla -->
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootswatch@5.1.3/dist/quartz/bootstrap.min.css">



</head>


<body style="background: #757f9a;
background: -webkit-linear-gradient(to left, #757f9a, #d7dde8);
background: linear-gradient(to left, #757f9a, #d7dde8);">


<main class="card-body">

    <h1 class="display-4 text-center mt-4 " style="color:white">Produktor©</h1>
     <div class="col-md-4 offset-md-4 my-auto">

        <div class="d-grid gap-2">
            <form method="post" action="/">
                <button type="submit" name="admin_b" value="admin" class="btn btn-outline-secondary">Home</button>
            </form>
        </div>
</main>


</div>

</body>
</html>
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter