inou/web/templates/landing.tmpl

35 lines
1.4 KiB
Cheetah
Executable File

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>inou</title>
<link rel="stylesheet" href="/static/style.css">
</head>
<body>
<div class="container">
<div class="logo">inou</div>
<h1>Your images.<br>Your AI.<br>Your second opinion.</h1>
<p class="intro">Upload your medical imaging. View it clearly. Connect your AI assistant to help you understand what you're looking at.</p>
<div class="section">
<div class="label">How it works</div>
<p>Upload DICOM images from your MRI, CT, or X-ray. Our viewer makes them accessible. Connect Claude or other AI assistants to analyze and explain.</p>
</div>
<div class="cta">
<a href="/login" class="btn primary">Get started</a>
<a href="#how" class="btn secondary">Learn more</a>
</div>
<div class="trust">
<div class="label">Your data stays yours</div>
<div class="grid">
<div class="item"><strong>Never used for training</strong>Your images are never used to train AI models.</div>
<div class="item"><strong>Never shared</strong>We never share your data with anyone, ever.</div>
<div class="item"><strong>Always encrypted</strong>All data encrypted in transport and at rest.</div>
<div class="item"><strong>Delete anytime</strong>Your data, your control. Remove it whenever you want.</div>
</div>
</div>
<div class="footer">© 2025 inou</div>
</div>
</body>
</html>