logicwong commited on
Commit
a52d4ad
1 Parent(s): 46ef503

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +14 -14
index.html CHANGED
@@ -1,16 +1,16 @@
1
  <!DOCTYPE html>
2
  <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p class="description">Click <a href="http://47.100.206.107:7901/" target="_blank">
14
- </div>
15
- </body>
16
- </html>
 
1
  <!DOCTYPE html>
2
  <html>
3
+ <head>
4
+ <meta charset="utf-8"/>
5
+ <meta name='viewport' content='width=device-width,initial-scale=1'>
6
+ <title>OFA-Image_Generation</title>
7
+ <link rel="stylesheet" href="style.css"/>
8
+ </head>
9
+ <body>
10
+ <div class="card">
11
+ <h1 class="title">ONE-PEACE</h1>
12
+ <p class="description">Click <a href="http://47.100.206.107:7901/" target="_blank">
13
+ <b>HERE</b></a> for the interactive demo! Enjoy generating your own images! </p>
14
+ </div>
15
+ </body>
16
+ </html>