<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Forge Diagnostics | Forge Labs LLC</title>
<style>
body { font-family: Arial, sans-serif; margin: 0; color: #1f2937; background: #f9fafb; }
header, main, footer { max-width: 900px; margin: auto; padding: 32px 20px; }
nav a { margin-right: 18px; color: #2563eb; text-decoration: none; }
.hero { background: white; padding: 40px; border-radius: 16px; box-shadow: 0 4px 14px rgba(0,0,0,.06); }
h1 { font-size: 42px; margin-bottom: 10px; }
p { line-height: 1.6; font-size: 18px; }
footer { font-size: 14px; color: #6b7280; }
</style>
</head>
<body>
<header>
<h2>Forge Diagnostics</h2>
<nav>
<a href="/">Home</a>
<a href="/privacy.html">Privacy Policy</a>
<a href="/support.html">Support</a>
</nav>
</header>
<main>
<section class="hero">
<h1>Fitness and wellness apps built by Forge Labs LLC.</h1>
<p>
Forge Diagnostics develops mobile applications focused on fitness,
wellness, training insights, recovery habits, and personal performance tracking.
</p>
<p>
Our goal is to help users better understand their routines, build consistency,
and make more informed decisions about their health and wellness habits.
</p>
<p>
Forge Diagnostics is owned and operated by <strong>Forge Labs LLC</strong>.
</p>
<p>
Contact: <a href="mailto:admin@forgediagnostics.com">admin@forgediagnostics.com</a>
</p>
</section>
</main>
<footer>
© 2026 Forge Labs LLC. All rights reserved.
</footer>
</body>
</html>