forked from acmucsd/hackschool-fa22
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (27 loc) · 1.15 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="main.css">
</head>
<body>
<div>
<h1>Finance Buddy</h1>
<div id="navbar">
<a href="">Add New Purchase</a>
<a href="">View All Purchases</a>
</div>
</div>
<div class="pagecontent">
<h2>Welcome to Finance Buddy</h2>
<p>Your very own finance tracking companion to make sure
you are budgetting correctly so you will never feel stresssed about your expenses again!</p>
</div>
<div>
<img src="https://images.unsplash.com/photo-1579621970795-87facc2f976d?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="image not found" width="500" height="300">
<img src="https://images.unsplash.com/photo-1534723328310-e82dad3ee43f?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=736&q=80" alt="image not found" width="200" height="300">
</div>
</body>
</html>