contaigents
Version:
Modular AI Content Ecosystem with Audio Generation
39 lines (37 loc) • 1.26 kB
HTML
<!--
Generated by Contaigents TextToImageTool
Timestamp: 2025-09-19T17:30:32.746Z
Text Content: SOLID TEST
Design Prompt: Simple bold text with blue background
Dimensions: 400x200
-->
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AI Generated Text Image</title>
<script src="https://cdn.tailwindcss.com"></script>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap" rel="stylesheet">
<script>
tailwind.config = {
theme: {
extend: {
fontFamily: {
'inter': ['Inter', 'sans-serif']
}
}
}
}
</script>
</head>
<body class="m-0 p-0 font-inter" style="width: 400px; height: 200px;">
<div class="w-full h-full bg-gradient-to-br from-blue-400 via-blue-500 to-blue-600 p-8 rounded-lg flex items-center justify-center">
<div class="text-white text-center max-w-full">
<div class="text-2xl md:text-3xl lg:text-4xl font-bold leading-tight whitespace-pre-line ">
SOLID TEST
</div>
</div>
</div>
</body>
</html>