AI Anime Generator

From AI Anime Generator, 1 Month ago, written in HTML5, viewed 60 times.
URL https://paste.intergen.online/view/c3455cfe Embed
Download Paste or View Raw
  1. <!DOCTYPE html>
  2. <html lang="en">
  3.     <meta charset="UTF-8">
  4.     <meta name="viewport" content="width=device-width, initial-scale=1.0">
  5.     <title>AI Art Creator</title>
  6.     <style>
  7.         body {
  8.             font-family: 'Verdana', sans-serif;
  9.             background-color: #f9f9f9;
  10.             margin: 0;
  11.             padding: 0;
  12.             color: #333;
  13.         }
  14.         header {
  15.             background-color: #007bff;
  16.             color: white;
  17.             text-align: center;
  18.             padding: 1.5rem 0;
  19.         }
  20.         main {
  21.             padding: 1.5rem;
  22.             max-width: 900px;
  23.             margin: 2rem auto;
  24.             background-color: #ffffff;
  25.             border-radius: 12px;
  26.             box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  27.         }
  28.         h1 {
  29.             font-size: 2.7rem;
  30.             margin-bottom: 0.5rem;
  31.         }
  32.         h2 {
  33.             font-size: 2.2rem;
  34.             margin-bottom: 1rem;
  35.         }
  36.         p {
  37.             font-size: 1.15rem;
  38.             line-height: 1.6;
  39.             margin-bottom: 1.5rem;
  40.         }
  41.         a {
  42.             color: #007bff;
  43.             text-decoration: none;
  44.             font-weight: 500;
  45.         }
  46.         a:hover {
  47.             text-decoration: underline;
  48.         }
  49.         footer {
  50.             text-align: center;
  51.             padding: 1rem 0;
  52.             background-color: #007bff;
  53.             color: white;
  54.             margin-top: 2rem;
  55.         }
  56.     </style>
  57. </head>
  58.     <header>
  59.         <h1>AI Art Creator</h1>
  60.     </header>
  61.     <main>
  62.         <h2>Transform Your Text into Art</h2>
  63.         <p>Welcome to the future of artistic creation! Our AI-powered tool allows you to turn simple text descriptions into breathtaking artwork. Ideal for artists of all levels, our intuitive platform helps you generate stunning visuals, including characters, landscapes, and more.</p>
  64.         <p>Ready to start? Explore the endless creative opportunities with our <a href="https://aianimegenerator.live/" target="_blank">AI Anime Creator</a> today!</p>
  65.     </main>
  66.     <footer>
  67.         <p>&copy; 2024 AI Art Creator. All rights reserved.</p>
  68.     </footer>
  69. </body>
  70. </html>
  71.  

Reply to "AI Anime Generator"

Here you can reply to the paste above