Files
2026-05-28 13:03:57 +00:00

26 lines
666 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Take-Home Pay Calculator & Retirement Analyzer</title>
<link rel="stylesheet" href="retirement.css">
</head>
<body>
<div class="container">
<header>
<a href="/">
<h1>💰 Take-Home Pay Calculator</h1>
</a>
<p>2026 Federal & State Tax Calculator with Retirement Analysis</p>
<a href="/annual">
<button class="btn">Use Annual Salary</button>
</a>
<a href="/paycheck">
<button class="btn">Use Last Paycheck</button>
</a>
</header>
</div>
</body>
</html>