ziqin commited on
Commit
55db5de
1 Parent(s): 0f164e2

Upload index (1).html

Browse files
Files changed (1) hide show
  1. index (1).html +26 -0
index (1).html ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta charset="UTF-8">
6
+ <title>CompassArena 大模型匿名对战</title>
7
+ </head>
8
+
9
+ <style>
10
+ body{
11
+ margin: 0;
12
+ }
13
+
14
+ iframe{
15
+ display: block; /* iframes are inline by default */
16
+ height: 100vh; /* Set height to 100% of the viewport height */
17
+ width: 100vw; /* Set width to 100% of the viewport width */
18
+ border: none; /* Remove default border */
19
+ }
20
+ </style>
21
+
22
+ <body>
23
+ <iframe src="https://web-1853702074335678467-higa.ksai.scnet.cn:58043/" title="CompassArena"></iframe>
24
+ </body>
25
+
26
+ </html>