-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpenfed.html
More file actions
44 lines (39 loc) · 1004 Bytes
/
penfed.html
File metadata and controls
44 lines (39 loc) · 1004 Bytes
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
<!DOCTYPE html>
<html>
<head>
<title>QoreAI</title>
<meta name="viewport" content="width=device-width, height=device-height initial-scale=1.0">
<style>
html,
body {
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
margin: 0;
height: 100%;
width: 100%;
gap: 2rem;
}
.btn {
margin: 5px;
}
.logo {
border-radius: 10px;
max-width: 500px;
width: 60%;
object-fit: contain;
}
.customer-logo {
max-width: 333px;
width: 40%;
object-fit: contain;
}
</style>
</head>
<body>
<img class="customer-logo" src="https://www.penfed.org/content/dam/penfedbtp/uploadedimages/Campaigns(1)/2016_-_Q1_Year_To_Shine/logo.png" />
<img class="logo" src="https://stage-demo.qoreai.com/QoreAI-Logo.jpg" />
<script data-integrator-id="94912ca163b9400dadc15849333b98e2" id="_kzsc" src="https://app.qoreai.com/cs/qoreai.js"></script>
</body>
</html>