-
Notifications
You must be signed in to change notification settings - Fork 0
/
signpu.html
34 lines (34 loc) · 1.12 KB
/
signpu.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
<!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="signup.css">
<title>login</title>
</head>
<body>
<div class="desktop-10">
<div class="flex-wrapper-one">
<div class="flex-wrapper-three">
<img
alt=""
class="be52e7b5-b3d5-49d9-a437-1a968856fd1c-1"
src="https://static.overlay-tech.com/assets/065ce11a-3f5d-4952-810b-eeb0d30a4cc9.png"
/>
<a href="index.html"><p class="money-minder">MONEY MINDER</p></a>
</div>
<a href="login.html"><p class="log-in">Log in</p></a>
<a href="signpu.html"><p class="signup">signup</p></a>
<div class="flex-wrapper-two">
<p class="get-started">GET STARTED</p>
</div>
</div>
<p class="log-in-two">SIgn UP</p>
<img
alt=""
class="android-small-1"
src="https://static.overlay-tech.com/assets/979bafb5-c979-492f-8467-e27ac1fe2ad7.png"
/>
</div>
</body>
</html>