-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (30 loc) · 1.08 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Understand your monthly home expenses</title>
<link rel="shortcut icon" type="image/png" href="/static/favicon.png"/>
<link rel="stylesheet" href="./static/static.css">
</head>
<body>
<div class="app-wrap">
<div class="app-hdr-wrap">
<div class="app-hdr">
<img class="float-left" src="./static/mortgagebreakdown.png">
<a class="float-left" href="#"><h2>Mortgage Breakdown</h2></a>
</div>
</div>
<div class="app-info-wrap">
<h3>Where's your money going every month?</h3>
<p>
Use this free calculator to view a detailed breakdown of where your money is really going
every month. Enter your loan and home info below and click "Calculate" to get the full
breakdown. The "Cash Due" column includes your mortgage payment, monthly HOA fees,
property taxes, homeowner's insurance, and mortgage insurance.
</p>
<div class="line"></div>
</div>
<div id="app"></div>
</div>
</body>
</html>