Hacking ético y no ético

html

Hacking Ético 101 body { font-family: 'Arial', sans-serif; background-color: #282c34; color: #61dafb; margin: 0; padding: 0; text-align: center; }
    header {
        background-color: #1f2329;
        padding: 1em;
    }

    h1 {
        margin-bottom: 0.5em;
    }

    section {
        padding: 2em;
    }

    footer {
        background-color: #1f2329;
        padding: 1em;
        position: fixed;
        bottom: 0;
        width: 100%;
    }
</style>

Hacking Ético 101

<section>
    <p>Bienvenido a nuestra página sobre hacking ético. Aquí exploramos prácticas seguras y legales para fortalecer la seguridad informática.</p>
    <!-- Tu contenido sobre hacking ético va aquí -->
</section>

<footer>
    <p>&copy; 2024 Hacking Ético 101. Todos los derechos reservados.</p>
</footer>