https://coolbcloud.com/

Submitted URL:
https://coolbcloud.com
Report Finished:

The outgoing links identified from the page

JavaScript Variables · 3 found

Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope

Console log messages · 2 found

Messages logged to the web console

HTML

The raw HTML body of the page

<!DOCTYPE html><html><head>
    <meta charset="utf-8">
    <title>抖动科技产品站点</title>
    <link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
    <header>
        <h1>抖动科技</h1>
        <nav>
            <ul>
                <li><a href="#">首页</a></li>
                <li><a href="#">产品</a></li>
            </ul>
        </nav>
    </header>
    <main>
        <section>
            <h2>产品介绍</h2>
            <div style="height: 300px;">
            <div style="width: 48%;height: 300px;background-color: rgb(163, 238, 193);margin-left: 10px;padding: 5px;float: left;">
            <h3>RTC实时互动</h3>
            <p>4行代码接入SDK,海量功能,全链路自研,每日服务超30亿分钟,实现最低79ms的通话、直播等场景</p>
            <p>声临其境
                万人上麦
                服务全球
                超强抗弱网</p>
                <p>智能逼真的画质
                    设备深度适配
                    深度适配线上各种摄像头,实现极低的采集延迟和高质量画质
                    超高画质
                    最高支持 4K 60帧的超高质量视频
                    自研编码器
                    自研优化编解码器z264,相同条件下,画面质量更高,尤其复杂画面有极其明显提升
                    AI视频引擎
                    自研AI视频引擎,支持多倍超分、暗光增强、背景分割、插帧等能力,全面提高画质</p>
                </div>
                <div style="width: 48%;height: 300px;background-color: rgb(99, 143, 220);margin-left: 10px;float: left;padding: 5px;">
                    <h3>元宇宙产品</h3>
                    <p>
                    打造实时互动的 Avatar 虚拟形象,Meta 元宇宙解决方案
                    一站式元宇宙场景接入方案,助力客户快速搭建符合自己业务诉求的元宇宙场景,实现人和场景互</p>
                    场景列表
                    <ul>
                    <li>虚拟小屋</li>
                    <li>虚拟k歌</li>
                    <li>虚拟会议</li>
                    <li>虚拟直播</li>
                    </ul>

                </div>
                </div>
                <div style="height: 300px;margin-top: 20px;">
                    <div style="width: 48%;height: 300px;background-color: rgb(229, 234, 141);margin-left: 10px;padding: 5px;float: left;">
                    <h3>在线教育</h3>
                    <p>支持多种课堂形式,提供齐全的应用插件,助力学校与机构打造德育、智育、美育、体育的在线教育课堂</p>
                    <p>我们提供多种玩法支持丰富的教育特性:</p>
                    <ul>
                        <li>屏幕共享</li>
                        <li>文件共享</li>
                        <li>互通白板</li>
                        <li>录制回放</li>
                    </ul>
                        </div>
                        <div style="width: 48%;height: 300px;background-color: rgb(239, 169, 248);margin-left: 10px;float: left;padding: 5px;">
                            <h3>在线会议</h3>
                            <p>
                                音视频SDK30分钟即可定制专属会议场景,简单高效接入,灵活移动办公;TalkLine下载即可使用,一键开启在线会议,轻松实现远程办公协同,支持丰富的会议功能:
                            </p><ul>
                                <li>会议预约</li>
                                <li>OA办公</li>
                                <li>即时通讯</li>
                                <li>会议直播</li>
                                <li>屏幕共享</li>
                                <li>文件共享</li>
                            </ul>
        
                        </div>
                        </div>

                <br>
        </section>
        <section>
            <h2>我们的服务</h2>
            <ul>
                <li>24/7 技术支持</li>
                <li>专业的咨询服务</li>
                <li>灵活的合同选项</li>
            </ul>
            <button>了解更多</button>
        </section>
    </main>
    <footer>

        <div class="copyright">
            <ul class="friendlink">
                <li><a href="javascript:void(0)" title="友情链接">友情链接</a></li>
                <li><a href="www.zego.im" target="_blank" title="抖动科技">抖动科技</a></li>
            </ul>
            <p>© 2021 抖动科技 版权所有 <a href="http://beian.miit.gov.cn" target="_blank"> 粤公网安备 44030502006037号 | 粤ICP备19099020号 </a></p>
        </div>
    </footer>
    <script>
        let siteNameMap = {
            'coolacloud.com':'抖动科技门户网站',
            'coolbcloud.com': '抖动科技产品站点',
            'coolccloud.com': '抖动科技',
            'zegovideo.com': 'zegovideo科技',
            'zegoyun.com': 'zegoyun科技',
            'zego.cloud': 'zego云',
            'yunyikao.com': '云艺考',
            'zegonetwork.com': '抖动科技',
            'coolxcloud.com': 'coolxcloud科技',
            'coolzcloud.com': 'cool科技',
            'coolvcloud.com': 'coolv科技',
            'jinrong-cloud.com': 'jinrong云',
            'e-business.net.cn': '抖动科技',
            'zegofiles.com': '抖动科技',
        }
        let domain = window.location.hostname
        if (!domain.startsWith("www")){
        domain = "www."+domain
        }
        let host = domain.split('.').slice(1).join('.')
        // console.log('host', host)
        let siteName = '抖动科技'
        if (host in siteNameMap){
            siteName = siteNameMap[host]
        }
        console.log('siteName', siteName)
        document.title = siteName
        document.getElementById('logoTitle').innerText = siteName
    </script>


<style>
body {
    margin: 0;
    font-family: Arial, sans-serif;
}

header {
    background-color: rgb(40, 147, 247);
    color: #fff;
    padding: 1em;
    margin: 1em;
}

nav {
    text-align: right;
}

nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

nav li {
    display: inline-block;
    margin-left: 1em;
}

nav a {
    color: #fff;
    text-decoration: none;
}

main {
    padding: 1em;
}

section {
    margin-bottom: em;
}

h2 {
    color: #333;
}

button {
    background-color: #333;
    color: #fff;
    padding: 0.5em 1em;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}
.copyright {
    margin: 10px;
}

button:hover {
    background-color: #666;
}
</style>

</body></html>