Guest User

AI Anime Generator

a guest
Aug 10th, 2024
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.07 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.     <meta charset="UTF-8">
  5.     <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6.     <title>AI Art Creation Hub</title>
  7.     <style>
  8.         body {
  9.             font-family: Arial, sans-serif;
  10.             background-color: #f9f9f9;
  11.             margin: 0;
  12.             padding: 0;
  13.             color: #555;
  14.         }
  15.         header {
  16.             background-color: #8A2BE2;
  17.             color: white;
  18.             text-align: center;
  19.             padding: 20px 0;
  20.         }
  21.         main {
  22.             padding: 20px;
  23.             max-width: 800px;
  24.             margin: 20px auto;
  25.             background-color: #fff;
  26.             border-radius: 8px;
  27.             box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  28.         }
  29.         h1 {
  30.             font-size: 2.5em;
  31.             margin-bottom: 15px;
  32.         }
  33.         p {
  34.             font-size: 1.2em;
  35.             line-height: 1.7;
  36.             margin-bottom: 20px;
  37.         }
  38.         a {
  39.             color: #8A2BE2;
  40.             text-decoration: none;
  41.             font-weight: bold;
  42.         }
  43.         footer {
  44.             text-align: center;
  45.             padding: 15px 0;
  46.             background-color: #8A2BE2;
  47.             color: white;
  48.             margin-top: 30px;
  49.         }
  50.     </style>
  51. </head>
  52. <body>
  53.     <header>
  54.         <h1>AI Art Creation Hub</h1>
  55.     </header>
  56.     <main>
  57.         <h2>Bring Your Words to Life with AI Art</h2>
  58.         <p>Unlock the full potential of your creativity with our AI-powered art generator. Easily transform text descriptions into visually stunning artwork. Whether you're a novice or an experienced artist, our platform provides the tools to design intricate characters, vivid scenes, and immersive backgrounds in minutes.</p>
  59.         <p>Discover how AI can revolutionize your creative process. Start exploring now with our <a href="https://aianimegenerator.live/" target="_blank">AI Anime Generator</a>!</p>
  60.     </main>
  61.     <footer>
  62.         <p>&copy; 2024 AI Art Creation Hub. All rights reserved.</p>
  63.     </footer>
  64. </body>
  65. </html>
  66.  
Advertisement
Add Comment
Please, Sign In to add comment