-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
42 lines (29 loc) · 1.42 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1">
<link rel='stylesheet' href='home.css' type='text/css' media='all' />
<script src="home.js"></script>
<title>Prompimix</title>
<link rel="icon" type="image/png" sizes="32x32" href="web/favicon-32x32.png">
<meta name="description" content="Prompimix is a powerful tool that simplifies the creation of text-to-image prompts. Streamline the process and unleash your creativity with this user-friendly platform. Craft engaging prompts effortlessly and inspire stunning visual creations. Explore the Demo and get started with the code. Enhance your text-to-image projects with Prompimix today!">
</head>
<body>
<div class='tease' onclick='randommate()'><div></div></div>
<div class='mate'>
<div>
<h1>Prompimix</h1>
<p>Let's streamline the process of creating text-to-image prompts. The idea of integrating or combining prompt elements to produce better results.</p>
<div>
<button class='button' onclick='fbutton(this)' href='web/'>Demo</button>
<button class='button' onclick='fbutton(this)' href='https://github.com/tacoen/prompimix'>Code</button>
</div>
<a href="https://hits.sh/tacoen.github.io/prompimix/web/"><img alt="Hits" src="https://hits.sh/tacoen.github.io/prompimix/web.svg"/></a>
</div>
</div>
</body>
<script>
randommate();
</script>
</html>