Skip to content
Permalink
b78b475c1f
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
20 lines (20 sloc) 867 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Onboarding Welcome</title>
<link rel="stylesheet" type="text/css" href="styles.css"/>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap" rel="stylesheet">
</head>
<body>
<img class="logo" src="images/wallet_icon.png" alt="Wallet icon logo.">
<h1>Track Your<br/>Spending<br/>Effortlessly</h1>
<h3>Easily track spending, set budgets, and see where your money goes at a glance. Your journey to smarter spending starts here.</h3>
<button>
<a href="home.html">Get Started</a>
</button>
</body>
</html>