Posts

Showing posts from January, 2026

Health tips

<!DOCTYPE html> <html lang="en"> <head>     <meta charset="UTF-8">     <title>Healthy Life Tips</title>     <style>         body {             font-family: Arial, sans-serif;             background: #f2fdf6;             margin: 0;         }         header {             background: #2ecc71;             color: white;             padding: 20px;             text-align: center;         }         nav {             background: #27ae60;             padding: 10px;             text-align: center;         }   ...