Posts

Showing posts from May, 2024

Hehe..

 <!DOCTYPE html> <html lang="en"> <head>   <meta charset="UTF-8">   <meta name="viewport" content="width=device-width, initial-scale=1.0">   <title>Nepal</title>   <style>     body {       font-family: Arial, sans-serif;       margin: 0;       padding: 0;     }     header {       background-color: #f2f2f2;       padding: 20px;       text-align: center;     }     h1 {       color: #333;     }     p {       color: #666;       line-height: 1.6;       margin-bottom: 20px;     }     .image-container {       text-align: center;     }     .image-container img {       max-width: 100%;       height: auto;     } ...