Botão para alternar entre os modo claro e escuro

        

<!DOCTYPE html>

<html lang ="pt-br">

    <head>

        <meta charset ="utf-8">

        <meta name ="author" content ="Seu nome aqui">

        <meta name ="viewport" content ="width=device-width,initial-scale=1"/>

        <link rel ="shortcut icon" type ="image/x-icon" href ="./images/favicon.ico">

        <link rel ="stylesheet" type ="text/css" href ="./index.css">

        <script src ="./index.js"></script>

        <title>Coloque aqui um título para sua página</title>

    </head>

    <body>



    </body>

</html>