Update index.html
Browse files- index.html +14 -14
index.html
CHANGED
@@ -1,16 +1,16 @@
|
|
1 |
<!DOCTYPE html>
|
2 |
<html>
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
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>
|