Entradas

Mostrando las entradas de marzo, 2024
<!DOCTYPE html> <html lang="en"> <head>   <meta charset="UTF-8">   <meta http-equiv="X-UA-Compatible" content="IE=edge">   <meta name="viewport" content="width=device-width, initial-scale=1.0">   <title>jeancsantana</title>   <style>     body {       font-family: sans-serif;     }     .download-container {       width: 50%;       margin: auto;       display: flex;       flex-direction: column;       align-items: center;       justify-content: space-between;       border: 5px solid #FF5300;       padding-bottom: 5px;     }     .wait-text.common,     .download-btn {       display: block;       width: 100%;       text-align: center;       text-decoration: none;       margin-bottom: 5px;     }     .wait-text {       padding: 5px 0 20px 0;     }     .download-btn {       background-color: #FF5300;       color: #fff;       align-items: center;       padding: 10px 0;     }   </

Ff