-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (29 loc) · 1.08 KB
/
index.html
File metadata and controls
42 lines (29 loc) · 1.08 KB
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
36
37
38
39
40
41
42
<!-- make it in such a way that the user data will be stored and used -->
<!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="style.css">
</head>
<body>
<div class="homepage_container">
<div class="left_holder">
<img src="Fam_Banner.png" id="image_banner">
<h3>spending account</h3>
<h3 id="left">for everyone</h3><br>
<button><a style="color: black; background-color: #fbaf03;" href="login_page.html">
Login
</a>
</button>
<button><a href="open_account_page.html" target="_blank" style="color: black; background-color: #fbaf03;">
Open Account
</a>
</button>
</div>
<img src="hero_img.png" id="hero_img">
</div>
<img src="qrcode.png" id="qr">
</body>
</html>