Sunucu yanıtını kontrol edin

Sunucu yanıtı
NS kayıtları
Whois alanı
Yanıt başlıkları
İstek başlıkları
Ham HTML kodu
200 OK - psu1l.com
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx
Date: Mon, 26 May 2025 03:03:34 GMT
Content-Type: text/html
Content-Length: 8173
Last-Modified: Fri, 09 May 2025 09:41:39 GMT
Connection: keep-alive
Vary: Accept-Encoding
ETag: "681dcdd3-1fed"
Accept-Ranges: bytes

HTTP Kodu 200 OK

200 durum kodu, standart bir başarılı HTTP sunucu yanıtıdır. Bu, istemcinin isteğinin (örneğin, bir tarayıcıdan) başarıyla işlendiği ve sunucunun istenen verileri ilettiği anlamına gelir.

Kod 200 ne zaman kullanılır?

  • Bir web sayfası yüklenirken
  • Bir API yanıtı başarıyla alındığında
  • Bir form veya başka bir HTTP isteği işlenirken

Kod 200 kullanıcı için ne anlama gelir?

Kullanıcı içeriği hatasız alır ve sayfa veya uygulama düzgün çalışır. Kod 200'e veri eşlik ediyorsa, tarayıcı veya program bunu işler ve kullanıcıya görüntüler.

GET / HTTP/1.1
Host: psu1l.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html lang="zh-CN">

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>广州盛唐康体设施有限公司</title>
    <script src="https://cdn.tailwindcss.com"></script>
    <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css" rel="stylesheet">
    <style>
        body {
            font-family: 'Inter', sans-serif;
        }
    </style>
</head>

<body class="bg-gray-100 text-gray-800">
    <!-- 导航栏 -->
    <nav class="bg-white shadow-md fixed top-0 left-0 right-0 z-10">
        <div class="container mx-auto px-4 py-3 flex justify-between items-center">
            <a href="#" class="text-2xl font-bold text-gray-800">广州盛唐康体设施有限公司</a>
            <div class="md:hidden">
                <button id="menu-toggle" class="text-gray-800 focus:outline-none">
                    <i class="fas fa-bars"></i>
                </button>
            </div>
            <div id="menu"
                class="hidden md:block space-x-4 text-gray-600 text-lg font-medium transition-all duration-300">
                <a href="#" class="hover:text-gray-800">首页</a>
                <a href="#" class="hover:text-gray-800">产品与服务</a>
                <a href="#" class="hover:text-gray-800">案例展示</a>
                <a href="#" class="hover:text-gray-800">关于我们</a>
                <a href="#" class="hover:text-gray-800">联系我们</a>
            </div>
        </div>
    </nav>

    <!-- 英雄部分 -->
    <section class="bg-cover bg-center h-screen flex items-center justify-center"
        style="background-image: url('https://picsum.photos/1920/1080');">
        <div class="container mx-auto text-center text-white">
            <h1 class="text-6xl font-bold mb-4">专业康体设施解决方案</h1>
            <p class="text-xl mb-8">广州盛唐康体设施有限公司,为您打造高品质的康体空间。</p>
            <a href="#"
                class="bg-white text-gray-800 py-3 px-6 rounded-full hover:bg-gray-200 transition duration-300">了解更多</a>
        </div>
    </section>

    <!-- 产品与服务 -->
    <section id="products" class="container mx-auto py-20">
        <h2 class="text-4xl font-bold text-center mb-12">产品与服务</h2>
        <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
            <div class="bg-white p-6 rounded-lg shadow-md hover:shadow-xl transition duration-300">
                <i class="fas fa-dumbbell text-4xl text-gray-800 mb-4"></i>
                <h3 class="text-2xl font-bold mb-2">健身器材供应</h3>
                <p class="text-gray-600">提供各类高品质健身器材,满足不同客户需求。</p>
            </div>
            <div class="bg-white p-6 rounded-lg shadow-md hover:shadow-xl transition duration-300">
                <i class="fas fa-swimmer text-4xl text-gray-800 mb-4"></i>
                <h3 class="text-2xl font-bold mb-2">泳池设计与施工</h3>
                <p class="text-gray-600">专业的泳池设计与施工团队,打造个性化泳池。</p>
            </div>
            <div class="bg-white p-6 rounded-lg shadow-md hover:shadow-xl transition duration-300">
                <i class="fas fa-basketball-ball text-4xl text-gray-800 mb-4"></i>
                <h3 class="text-2xl font-bold mb-2">运动场地铺设</h3>
                <p class="text-gray-600">优质的运动场地铺设材料与技术,确保场地质量。</p>
            </div>
        </div>
    </section>

    <!-- 案例展示 -->
    <section id="cases" class="bg-white py-20">
        <div class="container mx-auto">
            <h2 class="text-4xl font-bold text-center mb-12">案例展示</h2>
            <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
                <div class="bg-gray-100 rounded-lg overflow-hidden shadow-md hover:shadow-xl transition duration-300">
                    <img src="https://picsum.photos/600/400" alt="案例 1" class="w-full h-48 object-cover">
                    <div class="p-6">
                        <h3 class="text-2xl font-bold mb-2">某大型健身房项目</h3>
                        <p class="text-gray-600">为某大型健身房提供全套健身器材与场地规划。</p>
                    </div>
                </div>
                <div class="bg-gray-100 rounded-lg overflow-hidden shadow-md hover:shadow-xl transition duration-300">
                    <img src="https://picsum.photos/600/401" alt="案例 2" class="w-full h-48 object-cover">
                    <div class="p-6">
                        <h3 class="text-2xl font-bold mb-2">小区泳池项目</h3>
                        <p class="text-gray-600">为某小区设计并施工了高品质泳池。</p>
                    </div>
                </div>
                <div class="bg-gray-100 rounded-lg overflow-hidden shadow-md hover:shadow-xl transition duration-300">
                    <img src="https://picsum.photos/600/402" alt="案例 3" class="w-full h-48 object-cover">
                    <div class="p-6">
                        <h3 class="text-2xl font-bold mb-2">学校运动场地项目</h3>
                        <p class="text-gray-600">为学校铺设了专业的运动场地。</p>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- 关于我们 -->
    <section id="about" class="container mx-auto py-20">
        <h2 class="text-4xl font-bold text-center mb-12">关于我们</h2>
        <p class="text-lg text-gray-600 text-center">广州盛唐康体设施有限公司成立于[2010],多年来一直致力于为客户提供优质的康体设施解决方案。我们拥有专业的团队,从设计到施工,每一个环节都严格把控,确保为客户打造出满意的康体空间。我们的宗旨是“品质至上,服务为先”,以高品质的产品和服务赢得客户的信赖。</p>
    </section>

    <!-- 联系我们 -->
    <section id="contact" class="bg-white py-20">
        <div class="container mx-auto">
            <h2 class="text-4xl font-bold text-center mb-12">联系我们</h2>
            <div class="flex flex-col md:flex-row justify-center items-center gap-12">
                <form class="w-full md:w-1/2">
                    <input type="text" placeholder="姓名"
                        class="w-full p-3 mb-4 border border-gray-300 rounded-md focus:outline-none focus:border-gray-800">
                    <input type="email" placeholder="邮箱"
                        class="w-full p-3 mb-4 border border-gray-300 rounded-md focus:outline-none focus:border-gray-800">
                    <textarea placeholder="留言" rows="4"
                        class="w-full p-3 mb-4 border border-gray-300 rounded-md focus:outline-none focus:border-gray-800"></textarea>
                    <button type="submit"
                        class="bg-gray-800 text-white py-3 px-6 rounded-full hover:bg-gray-900 transition duration-300">提交</button>
                </form>
                <div class="w-full md:w-1/2">
                     <p class="text-lg text-gray-600 mb-4">地址:广州市海珠区广州大道南和平中街3号1307</p>
                    <p class="text-lg text-gray-600 mb-4">电话:020-37591550</p>
                    <p class="text-lg text-gray-600">邮箱:[email protected]</p>
                </div>
            </div>
        </div>
    </section>

    <!-- 页脚 -->
    <footer class="bg-gray-800 text-white py-8">
        <div class="container mx-auto text-center">
            <p>&copy; 2025 广州盛唐康体设施有限公司. 保留所有权利.</p>
            <a rel="nofollow" href="https://beian.miit.gov.cn" target="_blank">沪ICP备2023024948号-19</a>

        </div>
    </footer>

    <script>
        const menuToggle = document.getElementById('menu-toggle');
        const menu = document.getElementById('menu');

        menuToggle.addEventListener('click', () => {
            menu.classList.toggle('hidden');
        });
    </script>
</body>

</html>                                   

Alan adının whois bilgisi

Domain Name: PSU1L.COM
Registry Domain ID: 2896309477_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.west.cn
Registrar URL: http://www.west.cn/
Updated Date: 2025-05-24T17:14:38Z
Creation Date: 2024-07-04T05:18:36Z
Registry Expiry Date: 2025-07-04T05:18:36Z
Registrar: Chengdu West Dimension Digital Technology Co., Ltd.
Registrar IANA ID: 1556
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: 86.28.62778877
Domain Status: ok https://icann.org/epp#ok
Name Server: NS1.MYHOSTADMIN.NET
Name Server: NS2.MYHOSTADMIN.NET
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-26T03:03:27Z <<<
For more information on Whois status codes, please visit https://icann.org/epp
NOTICE: The expiration date displayed in this record is the date the
TERMS OF USE: You are not authorized to access or query our Whois
by the following terms of use: You agree that you may use this Data only
to: (1) allow, enable, or otherwise support the transmission of mass