<html>
        <head>
        	<title>项目访问入口 - cetiot.top</title>
        	<style>
        		.beian-icon {
			    vertical-align: middle;
			    margin-right: 5px;
			    width: 18px;    /* 按比例缩小为原图的一半 */
			    height: 20px;   /* 按比例缩小为原图的一半 */
			}
	          .footer-text, .beian-text {
			    display: inline-flex;
			    align-items: baseline; /* 使用基线对齐 */
			    height: auto; /* 移除固定高度 */
			}
        	</style>
        </head>
        <body style="font-family: Arial, sans-serif; margin: 40px; text-align: center;">
            <h1>🔒 项目访问入口</h1>
            <p style="color: #28a745;">安全连接 - HTTPS 已启用</p>
            <p>通过URL路径区分不同项目：</p>
            <div style="margin: 20px;">
                <a href="/a/" style="display: inline-block; padding: 15px 30px; margin: 10px; background: #4CAF50; color: white; text-decoration: none; border-radius: 4px;">项目A</a>
                <a href="/b/" style="display: inline-block; padding: 15px 30px; margin: 10px; background: #2196F3; color: white; text-decoration: none; border-radius: 4px;">项目B</a>
            </div>
            <p><small>当前使用安全的 HTTPS 连接</small></p>
            
		  <div class="footer">
		      <!-- 网站名称作为静态文本 -->
		      <span class="footer-text">技术实验云网关 | </span>
		      <!-- 添加ICP备案信息 -->
		      <a href="https://beian.miit.gov.cn/" target="_blank" class="footer-text">粤ICP备2025498941号</a>
		      <span class="footer-text"> | </span>
		      <span class="beian-text">
    				<img src="/police.png" class="beian-icon" alt="公安备案">
    				<a href="https://beian.mps.gov.cn/#/query/webSearch?code=44030002008833" target="_blank">粤公网安备44030002008833号</a>
			 </span>
		  </div>

        </body>
        </html>