silk-road commited on
Commit
dc70418
1 Parent(s): 96e2637

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +16 -19
index.html CHANGED
@@ -1,22 +1,19 @@
1
  <!DOCTYPE html>
2
  <html lang="en">
3
- <head>
4
- <meta charset="UTF-8">
5
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
- <title>Luotuo-Fighter-GO</title>
7
- <style>
8
- body, html {
9
- margin: 0%;
10
- height: 100%;
11
- }
12
- iframe {
13
- border: none;
14
- width: 100%;
15
- height: 100%;
16
- }
17
- </style>
18
- </head>
19
- <body>
20
- <iframe src="http://124.223.30.145:7860/" title="Luotuo-Fighter-GO" scrolling="auto"></iframe>
21
- </body>
22
  </html>
 
1
  <!DOCTYPE html>
2
  <html lang="en">
3
+ <head>
4
+ <title>Luotuo-Fighter-GO</title>
5
+ <style>
6
+ body, html {
7
+ margin: 0%;
8
+ height: 100%;
9
+ }
10
+ iframe {
11
+ width: 100%;
12
+ height: 100%;
13
+ }
14
+ </style>
15
+ </head>
16
+ <body>
17
+ <iframe src="http://124.223.30.145:7860/" scrolling="auto"></iframe>
18
+ </body>
 
 
 
19
  </html>