Ir al contenido principal

STAFF MUNDO XAT

<!DOCTYPE html>

<html lang="es">

<head>

    <meta charset="UTF-8">

    <title>Staff del xat</title>

    <style>

        body {

            font-family: Arial, sans-serif;

            background-color: #f4f4f4;

            color: #333;

            padding: 20px;

        }

        h1 {

            text-align: center;

            color: #0077cc;

        }

        table {

            margin: 0 auto;

            border-collapse: collapse;

            width: 60%;

            background-color: white;

            box-shadow: 0 0 10px rgba(0,0,0,0.1);

        }

        th, td {

            border: 1px solid #ccc;

            padding: 12px 15px;

            text-align: left;

        }

        th {

            background-color: #0077cc;

            color: white;

        }

        tr:hover {

            background-color: #f1f1f1;

        }

        a {

            color: #0077cc;

            text-decoration: none;

        }

        a:hover {

            text-decoration: underline;

        }

    </style>

</head>

<body>


    <h1>Lista de Staff - Mi xat</h1>


    <table>

        <tr>

            <th>Cargo</th>

            <th>Usuario</th>

        </tr>

        <tr>


Comentarios

© 2020 MUNDOXAT!

Designed by Open Themes & Nahuatl.mx.