forked from nishant-666/Dall-E-API-with-React
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
26 lines (24 loc) · 1.04 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Unleash the boundless wonders of AI-generated images with our captivating and awe-inspiring Image Generator. Explore a world of artistic possibilities and immerse yourself in the mesmerizing creations brought to life through AI, available to you for free.
"
/>
<link
rel="icon"
type="image/png"
href="https://static-00.iconduck.com/assets.00/letters-ai-artificial-intelligence-icon-2048x2048-wcyoitty.png"
sizes="32x32"
/>
<title>Free AI Image Generator</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
<!-- Cloudflare Web Analytics --><script defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "b7f9272b50734fa0904925c9c721f357"}'></script><!-- End Cloudflare Web Analytics -->
</body>
</html>