-
Notifications
You must be signed in to change notification settings - Fork 5
/
checking.html
71 lines (62 loc) · 2.04 KB
/
checking.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!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 href="checking.css" rel="stylesheet">
</head>
<body>
<footer>
<div class="foot-panel-1">
<a href="amazon_website.html" style="text-decoration: none; color: white;">Back to Website</a>
</div>
<div class="foot-panel-2">
<ul>
<p>Get to Know Us</p>
<a>Careers</a>
<a>Blog</a>
<a>About Us</a>
</ul>
<ul>
<p>Amazon Payment Products</p>
<a>Amazon Business Card</a>
<a>Shop with Points</a>
<a>Reload Your Balance</a>
<a>Amazon Currency Converter</a>
</ul>
<ul>
<p>Let Us Help You</p>
<a>Help</a>
</ul>
</div>
<div class="foot-panel-3">
<div class="social-media">
<p>Don't forget to follow us!</p>
</div>
<div class="twitter">
<img src="twitter_5969020.png" height="40">
</div>
<div class="lindin">
<img src="linkedin_4782336.png" height="40">
</div>
<div class="insta">
<img src="instagram_4138124.png" height="45">
</div>
<div class="facebook">
<img src="facebook_5968764.png" height="40">
</div>
</div>
<div class="foot-panel-4">
<div class="pages">
<a>Conditions of Use </a>
<a>Privacy Notice </a>
<a>Yours Ads Privacy Choices </a>
</div>
<div class="copyright">
© 2023, Scam.com, All Rights Reserved
</div>
</div>
</footer>
</body>
</html>