https://altly.madebydanny.uk
at main 24 lines 1.1 kB view raw
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>ALTly - AI Alt Text Generator</title> 7 <meta name="description" content="Free AI-powered alt text generator using Claude Vision API. Generate accessible image descriptions for social media and web content." /> 8 <meta name="author" content="Danny UK" /> 9 10 <meta property="og:title" content="ALTly - AI Alt Text Generator" /> 11 <meta property="og:description" content="Free AI-powered alt text generator using Claude Vision API" /> 12 <meta property="og:type" content="website" /> 13 <meta property="og:image" content="https://lovable.dev/opengraph-image-p98pqg.png" /> 14 15 <meta name="twitter:card" content="summary_large_image" /> 16 <meta name="twitter:site" content="@Lovable" /> 17 <meta name="twitter:image" content="https://lovable.dev/opengraph-image-p98pqg.png" /> 18 </head> 19 20 <body> 21 <div id="root"></div> 22 <script type="module" src="/src/main.tsx"></script> 23 </body> 24</html>