Added meta info and footer
Browse files- index.html +11 -1
index.html
CHANGED
@@ -2,11 +2,16 @@
|
|
2 |
<html>
|
3 |
<head>
|
4 |
<meta charset="utf-8"<!DOCTYPE html>
|
|
|
|
|
|
|
|
|
|
|
5 |
<html lang="en">
|
6 |
<head>
|
7 |
<meta charset="UTF-8" />
|
8 |
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
9 |
-
<title>Text to
|
10 |
|
11 |
<link
|
12 |
rel="stylesheet"
|
@@ -143,6 +148,11 @@
|
|
143 |
</div>
|
144 |
</div>
|
145 |
</div>
|
|
|
|
|
|
|
|
|
|
|
146 |
<script src="_api.js"></script>
|
147 |
<script src="_dom.js"></script>
|
148 |
<script src="myClasses.js"></script>
|
|
|
2 |
<html>
|
3 |
<head>
|
4 |
<meta charset="utf-8"<!DOCTYPE html>
|
5 |
+
<meta
|
6 |
+
name="description"
|
7 |
+
content="A playground for text to image generation."
|
8 |
+
/>
|
9 |
+
<meta name="author" content="Manikanta" />
|
10 |
<html lang="en">
|
11 |
<head>
|
12 |
<meta charset="UTF-8" />
|
13 |
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
14 |
+
<title>Text to Imgage generation</title>
|
15 |
|
16 |
<link
|
17 |
rel="stylesheet"
|
|
|
148 |
</div>
|
149 |
</div>
|
150 |
</div>
|
151 |
+
|
152 |
+
<footer class="footer">
|
153 |
+
<p>© 2024 made by Manikanta.</p>
|
154 |
+
</footer>
|
155 |
+
|
156 |
<script src="_api.js"></script>
|
157 |
<script src="_dom.js"></script>
|
158 |
<script src="myClasses.js"></script>
|