301 Moved Permanently means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.
The browser will automatically redirect the user to the new address, and search engines will update their indexes.
200 OK is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.
The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.
GET / HTTP/1.1 Host: s3r.com Accept: */* User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta name="apple-mobile-web-app-capable" content="yes"> <!-- google font: you can change here --> <link href="https://fonts.googleapis.com/css?family=Montserrat:400,600,800" rel="stylesheet"> <!-- main stylesheet--> <link href="css/base.css" rel="stylesheet" type="text/css" > <link href="css/style.min.css" rel="stylesheet" type="text/css" > <script src="js/modernizr.js"></script> <!-- Modernizr --> <!-- favicons --> <link rel="apple-touch-icon" sizes="180x180" href="img/favicon/apple-touch-icon.png"> <link rel="icon" type="image/png" sizes="32x32" href="img/favicon/favicon-32x32.png?v=2"> <link rel="icon" type="image/png" sizes="16x16" href="img/favicon/favicon-16x16.png?v=2"> <!-- SEO tags edit here--> <title>QTR - Coming Soon</title> <meta name="description" content=""> <meta name="keywords" content=""> <meta name="author" content=""> <!-- add more tags like facebook pixel, google tag, tracking code and more --> <style> body { color: red !important; } </style> </head> <body> <header class="cd-auto-hide-header" style="display:none;"> <div class="logo animate" style="display:none;"> <a href="#" target="_blank"><img src="img/logo.svg" alt="Qtr"></a> </div> </header> <!-- .cd-auto-hide-header --> <!-- ######## Main content ######## --> <div class="main-wrapper content-center-align heightfull"> <!-- content wrapper --> <div class="content-wrapper text-center"> <!-- title-wrapper --> <div class="title-wrapper"> <!-- coming soon text change here --> <p class="text-uppercase label-text animate">Hello! we are</p> <h1 class="big-title bold-text animate" >Coming Soon</h1> <h1 class="big-title bold-text animate" style="color:#A01B81;">QTR</h1> </div><!-- end title-wrapper --> <!-- graphpic --> <div class="graphic background-image-holder bg-animated" style="margin-top: 0px;"> <img src="img/qatar.png" alt=""> </div> <!-- socialmedia change here many more icon you can use: https://ionicons.com/ --> <div class="socialmedia animate"> <a href="https://qatar.net" style="color: #A01B81; font-weight: bold; font-size:26px;;">Qatar.net</a><hr style="padding: 0 24px 0 24px;"/> <a href="https://instagram.com/qtrcom"><ion-icon name="logo-instagram"></ion-icon></a> <a href="https://www.facebook.com/qtrcom"><ion-icon name="logo-facebook"></ion-icon></a> <a href="https://www.twitter.com/qtrcom"><ion-icon name="logo-twitter"></ion-icon></a> <a href="https://www.snapchat.com/add/qtrcom"><ion-icon name="logo-snapchat"></ion-icon></a> </div> </div><!-- end content-wrapper --> </div><!-- end main-wrapper --> <!-- menu icon on top --> <div class="nav-overlap"><span></span></div> <div class="content-overlap"><span></span></div> <!-- Optional JavaScript--> <script src="js/jquery-2.2.4.min.js"></script> <script src="https://unpkg.com/[email protected]/dist/ionicons.js"></script> <script src="js/packege.min.js"></script> </body> </html>