企业🤖AI Agent构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
``` <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>机场wifi-免费上网</title> <meta name="viewport"content="width=device-width,initial-scale=1.0,maximum-scale=1,user-scalable=no" /> <meta name="format-detection" content="telephone=no,email=no"/> <style> .top{ width:10px; height:10px; border-top:2px solid #000; border-left:2px solid #000; transform:rotate(45deg); } .right{ width:10px; height:10px; border-top:2px solid #000; border-right:2px solid #000; transform:rotate(45deg); } .bottom{ width:10px; height:10px; border-bottom:2px solid #000; border-right:2px solid #000; transform:rotate(45deg); } .left{ width:10px; height:10px; border-bottom:2px solid #000; border-left:2px solid #000; transform:rotate(45deg); } </style> </head> <body> <div class="top"></div> <br/><br/> <div class="right"></div> <br/><br/> <div class="bottom"></div> <br/><br/> <div class="left"></div> </body> </html> ```