-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
44 lines (39 loc) · 1.9 KB
/
index.html
File metadata and controls
44 lines (39 loc) · 1.9 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
43
44
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Welcome||ShopStore</title>
<link rel="stylesheet" href="styles.css">
<link rel="shortcut icon" href="images/favicon.avif" type="image/x-icon">
<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=Montserrat:ital,wght@0,100;0,200;0,400;1,100;1,200&family=Roboto&display=swap" rel="stylesheet">
</head>
<body>
<div class="container-styles">
<div class="body__container">
<img src="images/handshake-removebg-preview.png" class="img-size" />
<h1 class="welcome__text__styles">Welcome to ShopStore</h1>
<p>Hello John Doe</p>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Porro illum vero optio, velit incidunt magni.</p>
<!-- Long text -->
<div class="Longs-text">
<p>Production Public Key: MIGfMA0GCSqGSIb3DQEBAQUAA4<br />GNADCBiQKBgQCgKxRIzf3xTSiBKEsDd<br />TP4Ufa2GLEuHHNr5p8W0aGpnQirEoBqwBcNVJ</p>
<p>Test Public Key: MIGfMA0GCSqGSIb3DQEBAQUAA<br />GNADCBiQKBgQCgKxRIzf3xTSiBKEsDd<br />TP4Ufa2GLEuHHNr5p8W0aGpnQirEoBqwBcNVJ</p>
</div>
<p class="warning-styles">Warning*<br />Please dont share your keys with anyone else, and always keep it secret </p>
<button class="Login-btn">Login to Your Account</button>
<p class="reguard-text-styles">Best Reguard,</p>
<div class="company-text">
<p>Lagos,Nigeria</p>
<p class="founder-name">Leo Darniel - CEO and Founder</p>
<a href="#" class="company-link">https://shopstore.com</a>
</div>
</div>
</div>
<footer>
<p>12A someWhere@ - Ifako - Gbagada Lagos, Nigeria</p>
<p>Unsubscribe- from our email</p>
</footer>
</body>
</html>