index.html

PHOTO EMBED

Fri Apr 22 2022 20:49:06 GMT+0000 (Coordinated Universal Time)

Saved by @kuba

<!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: #8e9eab;
background: -webkit-linear-gradient(to right, #eef2f3, #8e9eab);
background: linear-gradient(to right, #eef2f3, #8e9eab);">


<main class="container">

    <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="btn-toolbar gap-2 btn-group-lg">
                <form method="post" action="/a">

                    <button type="submit" name="admin_b" value="admin" class="btn btn-outline-secondary">Admin</button>

                </form>

            <form method="post" action="/cliente">

                <button type="submit" name="cliente_b" value="cliente" class="btn btn-primary">Cliente</button>

            </form>


            <form method="post" action="/proveedor">

                <button type="submit" name="proveedor_b" value="proveedor" class="btn btn-warning">Proveedor</button>


        </div>
</main>


</div>

</body>
</html>
content_copyCOPY