File size: 608 Bytes
55db5de
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE html>

<html>
    <head>
        <meta charset="UTF-8">
        <title>CompassArena 大模型匿名对战</title>
    </head>

<style>
    body{
        margin: 0;
    }

    iframe{      
        display: block;  /* iframes are inline by default */   
        height: 100vh;  /* Set height to 100% of the viewport height */   
        width: 100vw;  /* Set width to 100% of the viewport width */     
        border: none; /* Remove default border */
    }
</style>

<body>
    <iframe src="https://web-1853702074335678467-higa.ksai.scnet.cn:58043/" title="CompassArena"></iframe>
</body>

</html>