-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
35 lines (30 loc) · 1023 Bytes
/
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
34
35
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css">
<title>MadMoneyMachine - Your Financial Powerhouse</title>
</head>
<body>
<header>
<h1>MadMoneyMachine</h1>
<p>Your Financial Powerhouse</p>
</header>
<section>
<h2>Welcome to MadMoneyMachine!</h2>
<p>Unlock the full potential of your finances with MadMoneyMachine, a cutting-edge financial software service designed to empower you in managing your money smartly.</p>
<p>Key Features:</p>
<ul>
<li>Intuitive Budgeting</li>
<li>Expense Tracking</li>
<li>Investment Insights</li>
<li>Financial Reports</li>
</ul>
<p>Get started today and take control of your financial future!</p>
</section>
<footer>
<p>© 2023 MadMoneyMachine. All rights reserved.</p>
</footer>
</body>
</html>