-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
43 lines (36 loc) · 1.15 KB
/
about.html
File metadata and controls
43 lines (36 loc) · 1.15 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
41
42
43
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About RANDGEN</title>
<style>
body{
font-family: Arial, Helvetica, sans-serif;
max-width:900px;
margin:40px auto;
padding:20px;
line-height:1.7;
color:#222;
}
h1{margin-bottom:10px;}
h2{margin-top:30px;}
</style>
</head>
<body>
<h1>About RANDGEN</h1>
<p>RANDGEN is an experimental AI image prompt generator designed to help creators generate unique image ideas quickly.</p>
<p>The tool automatically creates random prompts suitable for AI image generation models such as Stable Diffusion and similar platforms.</p>
<h2>Purpose</h2>
<p>This website was created to assist artists, designers, and stock image contributors in discovering new visual concepts and inspiration.</p>
<h2>Features</h2>
<ul>
<li>Random AI prompt generation</li>
<li>Multiple artistic styles</li>
<li>Batch generation system</li>
<li>Quick copy and save workflow</li>
</ul>
<h2>Disclaimer</h2>
<p>This site does not host copyrighted content and does not provide downloadable paid assets. It only generates prompt text ideas for creative use.</p>
</body>
</html>