Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - imgkb.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx
Date: Tue, 29 Apr 2025 15:26:27 GMT
Content-Type: text/html
Content-Length: 162
Connection: keep-alive
Location: https://imgkb.com/
Strict-Transport-Security: max-age=31536000

HTTP Code 301 Moved Permanently

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.

When is Code 301 used?

  • When changing a website domain
  • When modifying URL structures
  • When setting up redirects for SEO

What does Code 301 mean for the user?

The browser will automatically redirect the user to the new address, and search engines will update their indexes.

200 OK - https://imgkb.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: keep-alive
Vary: Accept-Encoding
Cache-Control: no-cache, private
Date: Tue, 29 Apr 2025 15:26:28 GMT
Set-Cookie: XSRF-TOKEN=eyJpdiI6IkQ3eHhBVTRlZUhKL1pWTVo3Zmczemc9PSIsInZhbHVlIjoiZ2Q4WWh0MFBUWVhYMzNtNlZsTmhnYmFaODVQQThpL0RMVFQyWE5IamQ3YmpKSlJYenZPZUV0TW9obkFFSVhtaVhLR28wNmhubVlzaUVxRTFHTVdrZVcrUjNGcDBHUTZ2TzQ0R3R1TGxRL2NJQlNiTEtSRE5ESktDdm9XSmxSeEgiLCJtYWMiOiIwNGM1ZmMzOWQ0NzUyOGZkYTNkMzc5NGU0M2ZhNWRiNmNjMmE4NGU2NTJiZjk3ZmM0OWRiN2I3ZGMwNjQwMWVlIiwidGFnIjoiIn0%3D; expires=Tue, 29 Apr 2025 17:26:28 GMT; Max-Age=7200; path=/; samesite=lax
Set-Cookie: lsky_pro_session=eyJpdiI6ImlWSEZHT2svNVQ1OGNxeEJNRTR1Snc9PSIsInZhbHVlIjoiZ1UvRkx5bVdZVVlhd2Zza0JHdzRkTVgzd29QOEZ0TkNTcVhkM0RvbG1VMkhhbGI2eENobEJscG9Nc0NSajNYZGFzd3Z3dDk2akNGOVBTUmFmYThRamZrMEl1UnRTNThRVzlBVFBUM29LN1JZSkMwWEhYWGNEK29aYTk5QjNQN00iLCJtYWMiOiJlYTQ4MjBhMDFkYTk1YmQzNmEwNzc4ZjdlZTVjYzBiZWExMTcwMGM5MjkwY2M2M2YyNzE5ZTQ0MzI2NDk2OTRhIiwidGFnIjoiIn0%3D; expires=Tue, 29 Apr 2025 17:26:28 GMT; Max-Age=7200; path=/; httponly; samesite=lax
Strict-Transport-Security: max-age=31536000

HTTP Code 200 OK

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.

When is Code 200 used?

  • When loading a web page
  • When successfully receiving an API response
  • When processing a form or another HTTP request

What does Code 200 mean for the user?

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: imgkb.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" class="relative min-full">
    <head>
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" />
        <meta name="csrf-token" content="b0HB9kgbbBJttTp97mJNMhPagsSiEmUEb48HYyGW">
        <meta name="keywords" content="ImgKb永久免费图床,专业图片上传,永久外链,全球CDN分发"/>
        <meta name="description" content="ImgKb图床提供中文免费图床服务,无需注册,原图上传,支持外链,支持粘贴上传无限制,全球CDN分发为您提供高速外链支持"/>

        <title>ImgKb图床-永久免费图床 专业图片上传 永久外链 全球CDN分发。 - 您的云上相册。</title>

        <!-- Fonts -->
        <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap">
        <link rel="stylesheet" href="https://imgkb.com/css/fontawesome.css">
        
        <!-- Styles -->
        <link rel="stylesheet" href="https://imgkb.com/css/common.css?t=20231003">
        <link rel="stylesheet" href="https://imgkb.com/css/app.css?t=20231003">
    </head>
    <body class="font-sans antialiased text-gray-900 dark:bg-slate-700 dark:text-gray-100">
        <div class="relative min-h-screen min-w-screen">
            <div class="relative bg-black overflow-hidden h-screen w-screen">
        <header x-data="{ open: false }">
    <div class="relative z-[102] shadow-custom h-20 bg-black/50 text-white">
        <div class="flex items-center justify-between h-full w-full px-6">
            <div class="flex items-center w-full overflow-hidden md:pr-6">
                                <a href="/" id="header-title" class="truncate text-lg">ImgKb图床-永久免费图床 专业图片上传 永久外链 全球CDN分发。</a>
            </div>
            <div class="" x-data="{ open: false }" @click.outside="open = false" @close.stop="open = false" x-cloak>
    <div @click="open = ! open">
        <a href="javascript:void(0)" class="p-4 pr-0 block md:hidden"><i class="fas fa-ellipsis-h"></i></a>
    </div>

    <div x-show="open" class="fixed inset-0 w-full h-full overflow-hidden z-[102]">

        <div x-show="open"
             x-transition:enter="ease-in-out duration-300"
             x-transition:enter-start="opacity-0"
             x-transition:enter-end="opacity-100"
             x-transition:leave="ease-in-out duration-300"
             x-transition:leave-start="opacity-100"
             x-transition:leave-end="opacity-0"
             class="fixed inset-0 bg-black/50 bg-opacity-75 transition-opacity"
             @click="open = false"
             aria-hidden="true"
        ></div>

        <div class="pointer-events-none fixed inset-0 flex max-w-[90%] max-h-full left-auto">
            <div x-show="open"
                 x-transition:enter="transform transition ease-in-out duration-300 sm:duration-700"
                 x-transition:enter-start="translate-x-full"
                 x-transition:enter-end="translate-x-0"
                 x-transition:leave="transform transition ease-in-out duration-300 sm:duration-700"
                 x-transition:leave-start="translate-x-0"
                 x-transition:leave-end="translate-x-full"
                class="pointer-events-auto relative w-60"
            >
                <div x-show="open"
                     x-transition:enter="ease-in-out duration-300"
                     x-transition:enter-start="opacity-0"
                     x-transition:enter-end="opacity-100"
                     x-transition:leave="ease-in-out duration-300"
                     x-transition:leave-start="opacity-100"
                     x-transition:leave-end="opacity-0"
                    class="absolute flex top-2 -left-8"
                >
                    <button type="button" class="rounded-md text-gray-300 hover:text-white focus:outline-none" @click="open = false">
                        <span class="sr-only">Close panel</span>
                        <svg class="h-6 w-6" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" aria-hidden="true">
                            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12"></path>
                        </svg>
                    </button>
                </div>

                <div class="flex flex-col overflow-y-scroll h-full bg-white text-gray-700 shadow-xl py-2 dark:bg-slate-800 dark:text-gray-100 h-screen"
                >
                    <a href="https://imgkb.com/upload" class="px-4 py-2"><i class="fas fa-upload text-sm mr-1"></i> 上传</a>
                                                                <div class="px-4 py-2" x-data="{ open: false }" @click.outside="open = false" @close.stop="open = false" x-cloak>
    <div @click="open = ! open">
        <a href="javascript:void(0)"><i class="fas fa-ellipsis-h text-sm mr-1"></i> 广场</a>
    </div>

    <div x-show="open" class="fixed inset-0 w-full h-full overflow-hidden z-[102]">

        <div x-show="open"
             x-transition:enter="ease-in-out duration-300"
             x-transition:enter-start="opacity-0"
             x-transition:enter-end="opacity-100"
             x-transition:leave="ease-in-out duration-300"
             x-transition:leave-start="opacity-100"
             x-transition:leave-end="opacity-0"
             class="fixed inset-0 bg-black/50 bg-opacity-75 transition-opacity"
             @click="open = false"
             aria-hidden="true"
        ></div>

        <div class="pointer-events-none fixed inset-0 flex max-w-[90%] max-h-full top-auto">
            <div x-show="open"
                 x-transition:enter="transform transition ease-in-out duration-300 sm:duration-700"
                 x-transition:enter-start="translate-y-full"
                 x-transition:enter-end="translate-y-0"
                 x-transition:leave="transform transition ease-in-out duration-300 sm:duration-700"
                 x-transition:leave-start="translate-y-0"
                 x-transition:leave-end="translate-y-full"
                class="pointer-events-auto relative w-screen"
            >
                <div x-show="open"
                     x-transition:enter="ease-in-out duration-300"
                     x-transition:enter-start="opacity-0"
                     x-transition:enter-end="opacity-100"
                     x-transition:leave="ease-in-out duration-300"
                     x-transition:leave-start="opacity-100"
                     x-transition:leave-end="opacity-0"
                    class="absolute flex -top-8 right-2"
                >
                    <button type="button" class="rounded-md text-gray-300 hover:text-white focus:outline-none" @click="open = false">
                        <span class="sr-only">Close panel</span>
                        <svg class="h-6 w-6" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" aria-hidden="true">
                            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12"></path>
                        </svg>
                    </button>
                </div>

                <div class="flex flex-col overflow-y-scroll h-full bg-white text-gray-700 shadow-xl py-2 dark:bg-slate-800 dark:text-gray-100 w-screen"
                >
                    <a href="https://imgkb.com/images" class="px-4 py-2"><i class="fas fa-image text-sm mr-1"></i> 图片</a>
                                                                <a href="https://imgkb.com/albums" class="px-4 py-2"><i class="fas fa-images text-sm mr-1"></i> 相册</a>
                                                                <a href="https://imgkb.com/users" class="px-4 py-2"><i class="fas fa-users text-sm mr-1"></i> 用户</a>
                </div>
            </div>
        </div>
    </div>
</div>
                                                                <a href="https://imgkb.com/login" class="px-4 py-2"><i class="fas fa-sign-in-alt text-sm mr-1"></i> 登录</a>
                                                    <a href="https://imgkb.com/register" class="px-4 py-2"><i class="fas fa-user-plus text-sm mr-1"></i> 注册</a>
                                                                                    <a href="https://imgkb.com/page/api-docs.html" target="_self" class="px-4 py-2"><i class="fas fa-file-code text-sm mr-1"></i> 接口文档</a>
                                        <a href="https://imgkb.com/page/contact.html" target="_self" class="px-4 py-2"><i class="fas fa-comment text-sm mr-1"></i> 联系我们</a>
                </div>
            </div>
        </div>
    </div>
</div>
            <div class="shrink-0 items-center justify-center space-x-6 hidden md:flex">
                                <a href="https://imgkb.com/upload"><i class="fas fa-upload text-sm mr-1"></i> 上传</a>
                
                                <div class="relative" x-data="{ open: false }" @click.outside="open = false" @close.stop="open = false" x-cloak>
    <div @click="open = ! open">
        <a href="javascript:void(0)"><i class="fas fa-ellipsis-h text-sm mr-1"></i> 广场</a>
    </div>

    <div x-show="open"
         x-transition:enter="transition ease-out duration-200"
         x-transition:enter-start="transform opacity-0 translate-y-9"
         x-transition:enter-end="transform opacity-100 translate-y-0"
         x-transition:leave="transition ease-in duration-75"
         x-transition:leave-start="transform opacity-100 translate-y-0"
         x-transition:leave-end="transform opacity-0 translate-y-9"
         class="absolute z-[102] origin-top-right right-0 mt-2 w-48 rounded-md shadow-[10px_0px_50px_-15px_rgba(0,0,0,0.25)] py-1 bg-white dark:bg-slate-600 "
         role="menu"
         aria-orientation="vertical"
         aria-labelledby="user-menu-button"
         tabindex="-1"
         style="display: none"
    >
        <a class="block px-4 py-2 active:bg-gray-100 text-sm text-gray-700 truncate hover:bg-sky-500 hover:text-white dark:text-gray-100 dark:hover:text-white dark:hover:bg-slate-500" role="menuitem" tabindex="-1" href="https://imgkb.com/images"><i class="fas fa-image text-sm mr-1"></i> 图片</a>
                                                <a class="block px-4 py-2 active:bg-gray-100 text-sm text-gray-700 truncate hover:bg-sky-500 hover:text-white dark:text-gray-100 dark:hover:text-white dark:hover:bg-slate-500" role="menuitem" tabindex="-1" href="https://imgkb.com/albums"><i class="fas fa-images text-sm mr-1"></i> 相册</a>
                                                <a class="block px-4 py-2 active:bg-gray-100 text-sm text-gray-700 truncate hover:bg-sky-500 hover:text-white dark:text-gray-100 dark:hover:text-white dark:hover:bg-slate-500" role="menuitem" tabindex="-1" href="https://imgkb.com/users"><i class="fas fa-users text-sm mr-1"></i> 用户</a>
    </div>
</div>
                
                                    <a href="https://imgkb.com/login"><i class="fas fa-sign-in-alt text-sm mr-1"></i> 登录</a>
                                        <a href="https://imgkb.com/register"><i class="fas fa-user-plus text-sm mr-1"></i> 注册</a>
                                                                    <div class="relative" x-data="{ open: false }" @click.outside="open = false" @close.stop="open = false" x-cloak>
    <div @click="open = ! open">
        <a href="javascript:void(0)"><i class="fas fa-caret-down text-sm mr-1"></i> 更多</a>
    </div>

    <div x-show="open"
         x-transition:enter="transition ease-out duration-200"
         x-transition:enter-start="transform opacity-0 translate-y-9"
         x-transition:enter-end="transform opacity-100 translate-y-0"
         x-transition:leave="transition ease-in duration-75"
         x-transition:leave-start="transform opacity-100 translate-y-0"
         x-transition:leave-end="transform opacity-0 translate-y-9"
         class="absolute z-[102] origin-top-right right-0 mt-2 w-48 rounded-md shadow-[10px_0px_50px_-15px_rgba(0,0,0,0.25)] py-1 bg-white dark:bg-slate-600 "
         role="menu"
         aria-orientation="vertical"
         aria-labelledby="user-menu-button"
         tabindex="-1"
         style="display: none"
    >
        <a class="block px-4 py-2 active:bg-gray-100 text-sm text-gray-700 truncate hover:bg-sky-500 hover:text-white dark:text-gray-100 dark:hover:text-white dark:hover:bg-slate-500" role="menuitem" tabindex="-1" href="https://imgkb.com/page/api-docs.html" target="_self"><i class="fas fa-file-code text-sm mr-1"></i> 接口文档</a>
                                                    <a class="block px-4 py-2 active:bg-gray-100 text-sm text-gray-700 truncate hover:bg-sky-500 hover:text-white dark:text-gray-100 dark:hover:text-white dark:hover:bg-slate-500" role="menuitem" tabindex="-1" href="https://imgkb.com/page/contact.html" target="_self"><i class="fas fa-comment text-sm mr-1"></i> 联系我们</a>
    </div>
</div>
                            </div>
        </div>
    </div>
</header>

                <div class="absolute inset-0 z-0 bg-fixed bg-cover bg-center animate-slide rightness-50 bg-gradient-to-t from-sky-500"></div>
                <div class="absolute inset-0 flex justify-center items-center h-full">
            <div class="relative">
                <h1 class="bg-clip-text text-white max-w-3xl mx-auto text-5xl font-bold text-center md:text-6xl lg:text-7xl">ImgKb免费图床<br><span class="text-white text-xl md:text-1xl lg:text-3xl">ImgKb图床提供中文免费图床服务,无需注册,原图上传,支持外链,支持粘贴上传无限制,全球CDN分发为您提供高速外链支持</span></h1>
                <div class="mt-6 max-w-sm mx-auto flex flex-col justify-center items-center gap-4 sm:flex-row md:mt-8 lg:mt-10">
                    <a class="group relative inline-flex border-2 md:border-gray-300 focus:outline-none w-full sm:w-auto rounded-md transition-all text-white md:text-gray-300 hover:border-white hover:text-white" href="https://imgkb.com/upload">
                        <span class="w-full inline-flex items-center justify-center self-stretch px-10 py-3 text-md text-center font-bold uppercase bg-transparent">
                            上传
                        </span>
                    </a>
                </div>
            </div>
        </div>
        <footer class="absolute bottom-1 left-0 right-0 w-full text-center bg-transparent">
            <p class="text-sm text-white dark:text-gray-200">
            Copyright © 2018 - present Lsky Pro. All rights reserved. &nbsp;<a href="https://beian.miit.gov.cn/" target="_blank" rel="noreferrer">京ICP备16034840号-5</a>
        </p>
    </footer>
    </div>
        </div>
    </body>
    <div id="notice-modal" class="fixed z-[101] inset-0 overflow-y-auto" role="dialog" aria-modal="true" x-data x-cloak x-show="$store.modal.isOpen('notice-modal')">
    <div class="flex items-center justify-center min-h-screen text-center md:block" style="font-size: 0">

        <div x-transition:enter="transition ease-out duration-300"
             x-transition:enter-start="transform opacity-0"
             x-transition:enter-end="transform opacity-100"
             x-transition:leave="transition ease-in duration-200"
             x-transition:leave-start="transform opacity-100"
             x-transition:leave-end="transform opacity-0"
             x-show="$store.modal.isOpen('notice-modal')"
                          class="fixed inset-0 bg-gray-500 bg-opacity-75 transition-opacity block dark:bg-black/50"
             aria-hidden="true"
        >
        </div>
        <span class="hidden md:inline-block md:align-middle md:h-screen" aria-hidden="true">&#8203;</span>

        <div x-transition:enter="transition ease-out duration-300"
             x-transition:enter-start="transform opacity-0 translate-y-4 md:translate-y-0 md:scale-95"
             x-transition:enter-end="transform opacity-100 translate-y-0 md:scale-100"
             x-transition:leave="transition ease-in duration-200"
             x-transition:leave-start="transform opacity-100 translate-y-0 md:scale-100"
             x-transition:leave-end="transform opacity-0 translate-y-4 md:translate-y-0 md:scale-95"
             x-show="$store.modal.isOpen('notice-modal')"
             class="flex text-base text-left transform transition w-[90%] md:inline-block my-20 md:px-4 md:align-middle md:w-[50%]"
        >
            <!-- md:w-[50%] -->
            <div class="w-full relative flex flex-col bg-white overflow-hidden shadow-lg rounded-lg p-3 md:p-3 lg:p-4 dark:bg-slate-800">
                <div class="flex items-center justify-between w-full mb-2">
                    <p class="text-gray-600 font-bold text-xl truncate grow dark:text-gray-100">全站公告</p>
                    <button type="button" class="flex-none text-gray-400 hover:text-gray-500 dark:hover:text-gray-300" @click="$store.modal.close('notice-modal')">
                        <span class="sr-only">Close</span>
                        <svg class="h-6 w-6" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" aria-hidden="true">
                            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12" />
                        </svg>
                    </button>
                </div>

                <div class="flex items-center justify-center h-24 w-full" x-show="$store.modal.isLoading('notice-modal')">
                    <svg class="animate-spin -ml-1 mr-1 h-6 w-6 text-gray-500" viewBox="0 0 16 16" fill="none" data-view-component="true" class="mt-n1 ml-n1 anim-rotate">
    <circle cx="8" cy="8" r="7" stroke="currentColor" stroke-opacity="0.25" stroke-width="2" vector-effect="non-scaling-stroke"></circle>
    <path d="M15 8a7.002 7.002 0 00-7-7" stroke="currentColor" stroke-width="2" stroke-linecap="round" vector-effect="non-scaling-stroke"></path>
</svg>
                </div>

                <div class="w-full dark:bg-slate-800 dark:text-white" x-show="! $store.modal.isLoading('notice-modal')">
                    <div class="markdown-body">
            强烈建议登录自己的账号使用,可以管理已经上传的图片!
<br>
Imgkb图床用于国内免费图床,请影视站勿用本站图床服务,发现永久封禁!
<br>
小工具:<a href="https://ukx.cn" target="_blank">免费在线Markdown</a>
<br>
注册即可拥有免费5G的图床空间!
<br>
请勿使用虚假邮箱进行注册,已经对查到的进行封号,详情请点击图床小黑屋
<br>
如果忘记密码或者是注册邮箱填错,可通过找回密码/邮箱修改来重置!
<br>
<br>
注册用户采用备案域名,使用全球加速 。 未注册用户采用国内服务器进行全球加速!

已关闭匿名上传,采用注册上传,ip均记录登记
        </div>
        <div class="mt-2 w-full text-right space-x-2">
            <button type="button" class="py-2 px-4 inline-flex justify-center items-center space-x-2 text-white text-xs focus:outline-none font-medium rounded-md bg-gradient-to-r hover:bg-gradient-to-br focus:ring-4 focus:outline-none text-sm from-purple-500 via-purple-600 to-purple-700 focus:ring-purple-300 dark:focus:ring-purple-800" id="notice-stop">
    不再显示
</button>
            <button type="button" class="py-2 px-4 inline-flex justify-center items-center space-x-2 text-white text-xs focus:outline-none font-medium rounded-md bg-gradient-to-r hover:bg-gradient-to-br focus:ring-4 focus:outline-none text-sm from-blue-500 via-blue-600 to-blue-700 focus:ring-blue-300 dark:focus:ring-blue-800" id="notice-close">
    我知道了
</button>
        </div>
                </div>
            </div>
        </div>
    </div>
</div>

        <!-- Scripts -->
    <script src="https://imgkb.com/js/app.js?t=20231003"></script>
    <div class="fixed right-6 bottom-6 flex flex-col space-y-2 z-[101]">
    <!-- switch dark mode or light mode -->
    <button style="display: none" id="switch-mode" class="rounded-full bg-gray-500/20 w-10 h-10 p-2 flex items-center justify-center cursor-pointer text-gray-500 transition-all hover:text-gray-500 hover:bg-gray-500/30 dark:bg-gray-600 dark:text-gray-300 dark:hover:text-gray-200 dark:hover:bg-gray-500">
        <i class="fas"></i>
    </button>
</div>

<script src="https://imgkb.com/js/clipboard/clipboard.min.js"></script>
<script>const configs = {"allow_suffixes":["jpeg","jpg","png","gif","tif","bmp","ico","psd","webp"],"max_size":1048576,"pasted_action":1,"auto_clear_preview":false,"default_strategy":null,"default_permission":0,"default_album":null} || {};</script>
<script>
    /*if (localStorage.theme === 'dark' || (!('theme' in localStorage) && window.matchMedia('(prefers-color-scheme: dark)').matches)) {
        document.documentElement.classList.add('dark')
        $('#switch-mode i').addClass('fa-moon')
    } else {
        document.documentElement.classList.remove('dark')
        $('#switch-mode i').addClass('fa-sun')
    }

    $("#switch-mode").show().click(function () {
        if (localStorage.theme === 'dark') {
            document.documentElement.classList.add('light');
            document.documentElement.classList.remove('dark');
            localStorage.theme = 'light'
            $(this).find('.fa-moon').removeClass('fa-moon').addClass('fa-sun')
        } else {
            document.documentElement.classList.add('dark');
            document.documentElement.classList.remove('light');
            localStorage.theme = 'dark'
            $(this).find('.fa-sun').removeClass('fa-sun').addClass('fa-moon')
        }
    });*/
</script>

                    <script>
            let noticeHash = "c8cde0d4af0bfde662865178a73640b1";
            if (localStorage.getItem('notice-hash') !== noticeHash) {
                setTimeout(function () {
                    Alpine.store('modal').open('notice-modal');
                }, 1000)
                $(document).on('click', '#notice-close', function () {
                    Alpine.store('modal').close('notice-modal');
                });
                $(document).on('click', '#notice-stop', function () {
                    localStorage.setItem('notice-hash', noticeHash);
                    Alpine.store('modal').close('notice-modal');
                });
            }
        </script>
    </html>
                               

Whois info of domain

Domain Name: IMGKB.COM
Registry Domain ID: 2625661490_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.dnspod.cn
Registrar URL: http://www.dnspod.cn
Updated Date: 2024-06-10T13:55:45Z
Creation Date: 2021-07-10T06:38:57Z
Registry Expiry Date: 2025-07-10T06:38:57Z
Registrar: DNSPod, Inc.
Registrar IANA ID: 1697
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +86.4009100100
Domain Status: ok https://icann.org/epp#ok
Name Server: MARGIN.DNSPOD.NET
Name Server: POLYGON.DNSPOD.NET
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-04-29T15:26:08Z <<<
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