http status code 301 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.
http status code 200 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: uo3.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" /> <link rel="icon" href="/images/favicon.webp" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="theme-color" content="#000000" /> <meta http-equiv='cache-control' content='no-cache'> <meta http-equiv='expires' content='0'> <meta http-equiv='pragma' content='no-cache'> <link rel="stylesheet" type="text/css" charset="UTF-8" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick.min.css" /> <link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick-theme.min.css" /> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.min.js" integrity="sha512-v2CJ7UaYy4JwqLDIrZUI/4hqeoQieOmAZNXBeQyjo21dadnwR+8ZaIJVT8EE2iyI61OV8e6M8PP2/4hpQINQ/g==" crossorigin="anonymous" referrerpolicy="no-referrer"></script> <script src="/scripts/gt4.js" type="module"></script> <script src="/scripts/fbTrack.js" type="module"></script> <script src="/scripts/kwaiTrack.js?ver=99" type="module"></script> <script src="/scripts/tiktokTrack.js" type="module"></script> <!-- <link rel="stylesheet" href="https://unpkg.com/@material-tailwind/html@latest/styles/material-tailwind.css" /> <script src="https://unpkg.com/@material-tailwind/html@latest/scripts/ripple.js"></script> <script src="https://unpkg.com/@tailwindcss/browser@4"></script> --> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@material-tailwind/html@latest/styles/material-tailwind.css" /> <script src="https://cdn.jsdelivr.net/npm/@material-tailwind/html@latest/scripts/ripple.js"></script> <script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@latest"></script> <title></title> <script type="module" crossorigin src="/assets/index-BFLvaZR0.js"></script> <link rel="modulepreload" crossorigin href="/assets/vendor-DzbKfpH4.js"> <link rel="modulepreload" crossorigin href="/assets/@react-router-C8bWqOV0.js"> <link rel="modulepreload" crossorigin href="/assets/@zustand-vBwf40vd.js"> <link rel="modulepreload" crossorigin href="/assets/@mui-jzzp-0z0.js"> <link rel="modulepreload" crossorigin href="/assets/@rcIcons-K_kf0FYn.js"> <link rel="modulepreload" crossorigin href="/assets/@rtkQuery-C8TXPjSc.js"> <link rel="stylesheet" crossorigin href="/assets/index-CkVTrEzd.css"> </head> <body id="backGroundSystem" style="background-image:url('/logo/loaderBG.webp?v=1.2');background-repeat:no-repeat;background-position: center; height: 100vh; width: 100vw;"> <div id="root"></div> <script> var data = localStorage.getItem("globalList") const color = JSON.parse(data)?.state?.color?.backGorund if (color !== undefined) { document.getElementById("backGroundSystem").style.backgroundColor = color } else { document.getElementById("backGroundSystem").style.backgroundColor = "#1C1E23" } </script> <script type="text/javascript"> function registerDeposit(trackHtml) { if (trackHtml) { eval(trackHtml) } } </script> </body> </html>