"Untitled"
Bootstrap 4.1.1 Snippet by Manojkumar001

<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <!------ Include the above in your HEAD tag ----------> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Jansons Carpets - Tribal Carpets</title> <style> body { font-family: Arial, sans-serif; line-height: 1.6; margin: 0; padding: 0; color: #333; display: flex; justify-content: center; align-items: center; height: 100vh; text-align: center; background-color: #f9f9f9; } .container { max-width: 700px; padding: 20px; } h1 { color: #222; } .btn { display: inline-block; background-color: red; color: #fff; padding: 12px 20px; text-decoration: none; border-radius: 5px; font-weight: bold; margin-top: 20px; } .btn:hover { background-color: #cc0000; } </style> </head> <body> <div class="container"> <h1>Jansons Carpets Offers Tribal Carpets for Sale Inspired by Traditional Craftsmanship</h1> <p> Jansons Carpets presents tribal carpets for sale designed with bold patterns and authentic handmade techniques. These carpets bring warmth, character, and cultural richness to interiors, making them perfect for distinctive and stylish décor. </p> <a href="https://jansonscarpets.com/tribal-carpets.html" class="btn">Learn More</a> </div> </body> </html>

Questions / Comments: