Initial Commit
This commit is contained in:
+25
@@ -0,0 +1,25 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user