Google-OCR / templates /header.html
shethjenil's picture
pushed
21db406
raw
history blame contribute delete
589 Bytes
<div class="relative mb-6 overflow-hidden rounded-2xl border border-white/10 bg-gradient-to-br from-slate-800/70 to-slate-900/80 p-6 text-center shadow-2xl backdrop-blur-md">
<div class="absolute inset-x-0 top-0 h-1 bg-gradient-to-r from-indigo-500 via-purple-500 to-pink-500"></div>
<h1 class="bg-gradient-to-r from-indigo-400 via-purple-400 to-pink-400 bg-clip-text text-4xl font-extrabold tracking-tight text-transparent">Google Chrome Screen AI</h1>
<p class="mt-1 text-base font-light text-gray-400">Ultra-Precision Local OCR &amp; Layout Engine Diagnostic Dashboard</p>
</div>