This repository has been archived by the owner on Dec 4, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathc4.html
70 lines (68 loc) · 1.79 KB
/
c4.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>
<head>
<title>PAYMENTS MADE EASY</title>
<style type="text/css">
body {
font-size: 80%;
font-family: "book man style", Courier, monospace;
letter-spacing: 0.15em;
background-color: blanchedalmond;}
#page {
max-width: 840px;
min-width: 720px;
margin: 10px auto 10px auto;
padding: 20px;
border-radius: 2em;
border: 8px double #568dca;
background-color: #ffffff;}
#logo {
width: 500px;
margin: 10px auto 10px auto;}
ul {
width: 570px;
padding: 15px;
margin: 0px auto 0px auto;
border-top: 2px solid #000;
border-bottom: 1px solid #000;
text-align: center;}
li {
display: inline;
margin: 0px 3px;}
p {
text-align: center;
width: 600px;
margin: 20px auto 20px auto;
font-weight: normal;}
a {
color: #000000;
text-transform: uppercase;
text-decoration: none;
padding: 6px 18px 5px 18px;}
a:hover, a.on {
color: #cc3333;
background-color: #ffffff;}
</style>
</head>
<body>
<div id="page">
<div id="logo">
<img src="./image/ximage.png.pagespeed.ic.22T4o8l-wb.jpg" alt="CARDS VAULT" />
</div>
<ul id="navigation">
<li><a href="index.html" class="on">Home</a></li>
<li><a href="c1.html" >CARD-1</a></li>
<li><a href="c2.html">CARD-2</a></li>
<li><a href="c3.html">CARD-3</a></li>
<li><a href="c4.html">CARD-4</a></li>
</ul>
<p>
<img src="./image/frame(1).png" alt="YOUR QR-CODE" />
</p>
<p>
<strong><bold>PORTAL WILL MAKE YOUR DAILY PAYMENTS EASY AND KEEPS YOU DOCS SAFE</bold></strong></p>
<p>ALL THE ABOVE GIVEN ARE YOUR DAILY DEBIT AND CREDIT CARDS SAFE IN YOUR CARD VAULT
</p>
</div>
</body>
</html>