-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinfo.html
More file actions
40 lines (34 loc) · 1.09 KB
/
info.html
File metadata and controls
40 lines (34 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AI Art Gallery: Info</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<h1>AI Art Gallery</h1>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="info.html">Info</a></li>
</ul>
</nav>
</header>
<main>
<section>
<h2>About AI Art Gallery</h2>
<article>
<p>This website serves as a portfolio to showcase AI-generated images along with their titles, the model
names used for generation, and the prompts provided for each image.</p>
<p>For more information or inquiries, contact us at: hasanovumut@gmail.com</p>
</article>
</section>
</main>
<footer>
<p>© 2024 AI Art Gallery. All rights reserved.</p>
</footer>
<script src="script.js"></script>
</body>
</html>