llms.txt Content
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="192x192" href="/android-chrome-192x192.png" />
<link rel="icon" type="image/png" sizes="512x512" href="/android-chrome-512x512.png" />
<link rel="manifest" href="/site.webmanifest" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<meta name="description" content="The API for your Waifu content. Access thousands of categorized anime illustrations via our robust REST API or browse freely." />
<meta property="og:title" content="Waifu.im" />
<meta property="og:description" content="The API for your Waifu content. Access thousands of categorized anime illustrations via our robust REST API or browse freely." />
<meta property="og:image" content="/android-chrome-512x512.png" />
<meta property="og:image:width" content="512" />
<meta property="og:image:height" content="512" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Waifu.im" />
<meta name="twitter:description" content="The API for your Waifu content. Access thousands of categorized anime illustrations via our robust REST API or browse freely." />
<meta name="twitter:image" content="/android-chrome-512x512.png" />
<script src="/config.js"></script>
<script>
// Apply site title from config
(function() {
const appTitle = (window.env && window.env.VITE_APP_TITLE) || 'Waifu.im';
document.title = appTitle;
// Update meta tags
const ogTitle = document.querySelector('meta[property="og:title"]');
if (ogTitle) ogTitle.content = appTitle;
const twitterTitle = document.querySelector('meta[name="twitter:title"]');
i