smfry010 commited on
Commit
216a8a2
1 Parent(s): 986d727

Create index.html

Browse files
Files changed (1) hide show
  1. index.html +14 -0
index.html ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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">Text Generation</h1>
12
+ </div>
13
+ </body>
14
+ </html>