mistletoe111 commited on
Commit
5f672af
·
verified ·
1 Parent(s): 2be459a

Upload test__1000858_www.firstasiacapital.com

Browse files
test__1000858_www.firstasiacapital.com/index.html ADDED
@@ -0,0 +1,285 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+
3
+ <html data-adblockkey="MFwwDQYJKoZIhvcNAQEBBQADSwAwSAJBANDrp2lz7AOmADaN8tA50LsWcjLFyQFcb/P2Txc58oYOeILb3vBw7J6f4pamkAQVSQuqYsKx3YzdUHCvbVZvFUsCAwEAAQ==_RjE0GRDWKyJhVUVBs/hwP7Wug9x8Gcr7cs1m6doQOvYsS8+sMIUB/2A0M4a9OfGMohA4mpvx98jGQXeZPL/IIQ==" lang="en" style="background: #2B2B2B;"><head><meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
4
+ <meta content="width=device-width, initial-scale=1" name="viewport"/>
5
+ <link href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAADElEQVQI12P4//8/AAX+Av7czFnnAAAAAElFTkSuQmCC" rel="icon"/>
6
+
7
+ <title>firstasiacapital.com</title><meta content="See relevant content for firstasiacapital.com" name="description"/><style>* {
8
+ font-smoothing: antialiased;
9
+ -webkit-font-smoothing: antialiased;
10
+ -moz-osx-font-smoothing: grayscale;
11
+ }
12
+
13
+ html, body {
14
+ width: 100%;
15
+ margin: 0;
16
+ }
17
+
18
+ html {
19
+ background-color: #2B2B2B;
20
+ height: 100%;
21
+ }
22
+
23
+ body {
24
+ min-height: 90%;
25
+ font-family: Arial, sans-serif;
26
+ letter-spacing: 1.2px;
27
+ color: #ccc;
28
+ text-align: center;
29
+ }
30
+
31
+ /* App Target - This starts hidden until we apply a class to "activate" it */
32
+
33
+ #target {
34
+ opacity: 0;
35
+ visibility: hidden;
36
+ }
37
+
38
+ /* Status Messages - These are displayed when we are not rendering ad blocks or Related Search */
39
+
40
+ #pk-status-message {
41
+ height: 75vh;
42
+ width: 100%;
43
+ display: flex;
44
+ flex-direction: column;
45
+ align-items: center;
46
+ justify-content: center;
47
+ }
48
+
49
+ /* Sales Box - Default State */
50
+
51
+ #sales-box {
52
+ display: block;
53
+ width: 100%;
54
+ padding: 3px;
55
+ text-align: center;
56
+ text-decoration: none;
57
+ color: #8EABC0;
58
+ }
59
+
60
+ #sales-box a {
61
+ display: block;
62
+ width: 100%;
63
+ text-decoration: inherit;
64
+ color: #8EABC0;
65
+ cursor: pointer;
66
+ }
67
+
68
+ /* Sales Box - Highlighted State */
69
+
70
+ #sales-box.is-highlighted {
71
+ position: relative;
72
+ z-index: 1;
73
+ background: #032438 linear-gradient(to top, #044368 0%, #000 100%);
74
+ box-shadow: 0 0 15px 0 #000;
75
+ border-bottom: 3px solid #262626;
76
+ }
77
+
78
+ #sales-box.is-highlighted a {
79
+ line-height: 1.3;
80
+ display: inline-block;
81
+ font-size: 18px;
82
+ color: #fff;
83
+ text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
84
+ background: none;
85
+ }
86
+
87
+ /* Ellipsis Loader */
88
+
89
+ .pk-loader {
90
+ display: inline-block;
91
+ position: relative;
92
+ width: 80px;
93
+ height: 80px;
94
+ }
95
+
96
+ .pk-loader div {
97
+ position: absolute;
98
+ top: 33px;
99
+ width: 13px;
100
+ height: 13px;
101
+ border-radius: 50%;
102
+ background: #ccc;
103
+ animation-timing-function: cubic-bezier(0, 1, 1, 0);
104
+ }
105
+
106
+ .pk-loader div:nth-child(1) {
107
+ left: 8px;
108
+ animation: pk-anim-1 0.6s infinite;
109
+ }
110
+
111
+ .pk-loader div:nth-child(2) {
112
+ left: 8px;
113
+ animation: pk-anim-2 0.6s infinite;
114
+ }
115
+
116
+ .pk-loader div:nth-child(3) {
117
+ left: 32px;
118
+ animation: pk-anim-2 0.6s infinite;
119
+ }
120
+
121
+ .pk-loader div:nth-child(4) {
122
+ left: 56px;
123
+ animation: pk-anim-1 0.6s infinite;
124
+ animation-direction: reverse;
125
+ }
126
+
127
+ .pk-loader-text {
128
+ position: fixed;
129
+ font-size: 12px;
130
+ right: 20px;
131
+ bottom: 20px;
132
+ font-weight: lighter;
133
+ }
134
+
135
+ /* Utilities */
136
+
137
+ .pk-message-title {
138
+ font-size: 2em;
139
+ font-weight: bold;
140
+ }
141
+
142
+ .pk-page-ready {
143
+ opacity: 1 !important;
144
+ visibility: visible !important;
145
+ }
146
+
147
+ .hide-sales-banner > #sales-banner {
148
+ display: none;
149
+ }
150
+
151
+ @media only screen and (max-width: 600px) {
152
+ .hidden-xs {
153
+ opacity: 0;
154
+ visibility: hidden;
155
+ }
156
+ }
157
+
158
+ /* Animation */
159
+
160
+ @keyframes pk-anim-1 {
161
+ 0% {
162
+ transform: scale(0);
163
+ }
164
+ 100% {
165
+ transform: scale(1);
166
+ }
167
+ }
168
+
169
+ @keyframes pk-anim-2 {
170
+ 0% {
171
+ transform: translate(0, 0);
172
+ }
173
+ 100% {
174
+ transform: translate(24px, 0);
175
+ }
176
+ }
177
+ </style><style>:root {
178
+ --rswidth: 700px;
179
+ --sales-banner-height: 0;
180
+ }
181
+
182
+ body, html {
183
+ font-family: sans-serif, 'Arial';
184
+ height: 100%;
185
+ background-color: #2B2B2B;
186
+ margin: 0 !important;
187
+ position: relative;
188
+ overflow-x: hidden;
189
+ }
190
+
191
+ #target {
192
+ position: relative;
193
+ height: auto;
194
+ margin: 0 auto !important;
195
+ }
196
+ main {
197
+ text-align: center;
198
+ margin: 0 auto;
199
+ min-height: 100vh;
200
+ display: flex;
201
+ position: relative;
202
+ z-index: 2;
203
+ align-items: center;
204
+ justify-content: start;
205
+ flex-direction: column;
206
+ }
207
+ header {
208
+ text-align: center;
209
+ padding: 45px 0;
210
+ }
211
+ header h1 {
212
+ font-size: 29px;
213
+ color: #ccc;
214
+ text-transform: uppercase;
215
+ margin: 0;
216
+ }
217
+ main section {
218
+ flex: 1;
219
+ padding: 20px;
220
+ width: 100%;
221
+ display: flex;
222
+ align-items: center;
223
+ justify-content: start;
224
+ flex-direction: column;
225
+ }
226
+ section .ad-block {
227
+ width: 100%;
228
+ max-width: 500px;
229
+ height: 100%;
230
+
231
+ }
232
+ #rs {
233
+ width: 100%;
234
+ max-width: var(--rswidth);
235
+ min-height: 480px;
236
+ height: 100%;
237
+ }
238
+ footer {
239
+ font-size: 14px;
240
+ text-align: center;
241
+ padding: 30px 0px;
242
+ width: 100%;
243
+ color: #555;
244
+ }
245
+ footer a {
246
+ color: #555;
247
+ }
248
+
249
+ #sales-banner {
250
+ height: var(--sales-banner-height);
251
+ }
252
+
253
+ #sales-banner.top {
254
+ margin-bottom: 8px;
255
+ }
256
+
257
+ #sales-banner.bottom {
258
+ margin-top: 8px;
259
+ }</style></head>
260
+ <body>
261
+ <div class="pk-page-ready" id="target" style="opacity: 0">
262
+ <main>
263
+ <header>
264
+ <h1>firstasiacapital.com</h1>
265
+ </header>
266
+ <section>
267
+ <div class="ad-block">
268
+ <div class="ads">
269
+ <div id="ad-1"></div>
270
+ <div id="ad-2"></div>
271
+ </div>
272
+ </div>
273
+ <div id="rs"></div>
274
+ </section>
275
+ <footer>
276
+ <span>Copyright 2025</span>
277
+ <span style="padding:0px 8px;">•</span>
278
+ <a href="#" target="_blank">Privacy Policy</a>
279
+ <span style="padding:0px 8px;">•</span>
280
+ <a href="#" target="_blank">Legal</a>
281
+ <p id="imprint-text"></p>
282
+ </footer>
283
+ </main>
284
+ </div>
285
+ </body></html>