<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ESBobo - Electronic Statement Bookkeeping Online</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header>
<nav>
<a href="#">Home</a>
<a href="#">Features</a>
<a href="#">Subscription</a>
<a href="#">Login</a>
</nav>
<h1>Welcome to ESBobo</h1>
<p>Manage Your Financial Statements Seamlessly</p>
<a href="#subscribe" class="cta">Get Started</a>
</header>
<section id="features">
<h2>Features</h2>
<div class="feature">
<h3>PDF Processing</h3>
<p>Upload PDFs and categorize expenses automatically.</p>
</div>
<div class="feature">
<h3>Monthly Summaries</h3>
<p>View income and expense summaries monthly and yearly.</p>
</div>
</section>
<footer>
<p>© 2023 ESBobo. All rights reserved.</p>
</footer>
</body>
</html>