snippet.host

minimal text and code snippet hosting

welcome, guest. why not login or register?

AI Anime Generator

created: language: html views: 113 size: 2.04 KiB lines: 66 clone raw download
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AI Art Generator</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #fafafa;
margin: 0;
padding: 0;
color: #444;
}
header {
background-color: #4CAF50;
color: white;
text-align: center;
padding: 20px 0;
}
main {
padding: 20px;
max-width: 800px;
margin: 20px auto;
background-color: #ffffff;
border-radius: 8px;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
h1 {
font-size: 2.5em;
margin-bottom: 20px;
}
p {
font-size: 1.2em;
line-height: 1.7;
margin-bottom: 20px;
}
a {
color: #4CAF50;
text-decoration: none;
font-weight: bold;
}
footer {
text-align: center;
padding: 15px 0;
background-color: #4CAF50;
color: white;
margin-top: 30px;
}
</style>
</head>
<body>
<header>
<h1>AI Art Generator</h1>
</header>
<main>
<h2>Transform Text into Beautiful Art</h2>
<p>Experience the future of art creation with our advanced AI-powered generator. Whether you're a professional artist or just starting out, you can easily turn your text descriptions into stunning visual artwork. Our platform offers intuitive tools to help you design characters, scenes, and backgrounds effortlessly.</p>
<p>Start creating now and explore endless possibilities with our <a href="https://aianimegenerator.live/" target="_blank">AI Anime Generator</a>!</p>
</main>
<footer>
<p>&copy; 2024 AI Art Generator. All rights reserved.</p>
</footer>
</body>
</html>