-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (23 loc) · 1.37 KB
/
Copy pathindex.html
File metadata and controls
23 lines (23 loc) · 1.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Salary Converter — Compare Salaries Across 3,400+ Neighborhoods</title>
<meta name="description" content="Free salary comparison tool. Compare salaries across 3,400+ neighborhoods in 182 cities — with taxes, cost of living, and exchange rates.">
<meta http-equiv="refresh" content="0; url=https://salary-converter.com">
<link rel="canonical" href="https://salary-converter.com">
<style>
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; max-width: 700px; margin: 80px auto; padding: 0 20px; color: #1a1a1a; background: #EDE6D9; }
h1 { font-size: 1.8rem; }
a { color: #0066cc; }
.cta { display: inline-block; margin-top: 20px; padding: 12px 24px; background: #0066cc; color: white; text-decoration: none; border-radius: 6px; font-weight: 600; }
</style>
</head>
<body>
<h1>🌍 Salary Converter</h1>
<p>Compare salaries across <strong>3,400+ neighborhoods</strong> in <strong>182 cities</strong> — factoring in taxes, cost of living, and exchange rates.</p>
<p>Redirecting to <a href="https://salary-converter.com">salary-converter.com</a>...</p>
<a href="https://salary-converter.com" class="cta">Open Salary Converter →</a>
</body>
</html>