-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
518 lines (496 loc) · 21.7 KB
/
index.php
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Softgen Software and Technology HTML5 Template">
<meta name="author" content="ThemeEaster">
<title>Softgen | Software & Technology HTML5 Template</title>
<link rel="shortcut icon" type="image/x-icon" href="assets/img/logo/fa.png">
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/animate.min.css">
<link rel="stylesheet" href="assets/css/keyframe-animation.css">
<link rel="stylesheet" href="assets/css/line-awesome.min.css">
<link rel="stylesheet" href="assets/css/odometer.min.css">
<link rel="stylesheet" href="assets/css/swiper.min.css">
<link rel="stylesheet" href="assets/css/venobox.min.css">
<link rel="stylesheet" href="assets/css/animated-text.min.css">
<link rel="stylesheet" href="assets/css/common-style.css">
<link rel="stylesheet" href="assets/css/main.css">
</head>
<body>
<div class="site-preloader">
<div class="spinner"></div>
</div>
<?php include('include/navbar.php'); ?>
<div id="sidebar-area" class="sidebar-area">
<button class="sidebar-trigger close">
<svg class="sidebar-close" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="12.7px" viewBox="0 0 16 12.7" style="enable-background:new 0 0 16 12.7;" xml:space="preserve">
<g>
<rect x="0" y="5.4" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -2.1569 7.5208)" width="16" height="2"></rect>
<rect x="0" y="5.4" transform="matrix(0.7071 0.7071 -0.7071 0.7071 6.8431 -3.7929)" width="16" height="2"></rect>
</g>
</svg>
</button>
<div class="sidebar-content">
<div class="site-logo">
<a href="index.html"><img src="assets/img/logo-dark.png" alt="logo"></a>
</div>
<p>9621 Agnes Crossing, Lake Suzanneview, New Mexico Island 84604-9295.</p>
<ul class="sidebar-info">
<li><span>Call:</span> 5267-214-392</li>
<li><span>Email:</span> <a href="https://html.dynamiclayers.net/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="763f181019583a131712101a1901361b171f1a5815191b">[email protected]</a></li>
</ul>
<ul class="sidebar-social">
<li><a href="#"><i class="lab la-facebook-f"></i></a></li>
<li><a href="#"><i class="lab la-twitter"></i></a></li>
<li><a href="#"><i class="lab la-youtube"></i></a></li>
<li><a href="#"><i class="lab la-behance"></i></a></li>
</ul>
</div>
</div>
<div id="sidebar-overlay"></div>
<section class="hero-section">
<div class="container">
<div class="row hero-wrap">
<div class="col-lg-7 sm-padding">
<div class="hero-content">
<h3><img class="hand-waving" src="assets/img/waving-hand.svg" alt="svg">Engage with your customers instantly.</h3>
<h1>Digital Transformation to Grow Your Company!</h1>
<p>Our success in creating business solutions is due in large part to <br>our talented and highly committed team.</p>
<div class="btn-group">
<a href="contact.html" class="default-btn">Start Free Trial</a>
<a class="play-btn venobox" data-vbtype="video" href="https://www.youtube.com/watch?v=ZLaG1migE00">
<span class="play-icon"><svg aria-hidden="true" focusable="false" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">
<path fill="currentColor" d="M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z"></path>
</svg></span>
</a>
</div>
</div>
</div>
<div class="col-lg-5 sm-padding">
<div class="hero-img-holder">
<div class="animated-shape"></div>
<div class="js-atropos">
<div class="atropos-scale">
<div class="atropos-rotate">
<div class="atropos-inner">
<div class="parallax-item">
<img data-atropos-offset="-3" src="assets/img/illustration01.png" alt="img">
</div>
<div data-atropos-offset="3" class="hero-elements">
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="animated-dots">
<span class="dot lf-left-right"></span>
<span class="dot lf-up-down"></span>
<span class="dot lf-up-down"></span>
<span class="dot lf-rotate-center"></span>
<span class="dot lf-left-right"></span>
<span class="dot lf-rotate-center"></span>
</div>
</section>
<div class="sponsor-section padding">
<div class="container">
<div class="sponsor-carousel">
<div class="swiper-wrapper">
<div class="swiper-slide">
<a href="#"><img src="assets/img/client-img-1.png" alt="sponsor"></a>
</div>
<div class="swiper-slide">
<a href="#"><img src="assets/img/client-img-2.png" alt="sponsor"></a>
</div>
<div class="swiper-slide">
<a href="#"><img src="assets/img/client-img-3.png" alt="sponsor"></a>
</div>
<div class="swiper-slide">
<a href="#"><img src="assets/img/client-img-4.png" alt="sponsor"></a>
</div>
<div class="swiper-slide">
<a href="#"><img src="assets/img/client-img-5.png" alt="sponsor"></a>
</div>
<div class="swiper-slide">
<a href="#"><img src="assets/img/client-img-6.png" alt="sponsor"></a>
</div>
</div>
</div>
</div>
</div>
<section class="promo-section padding-bottom">
<div class="container">
<div class="section-heading-wrap">
<div class="section-heading mb-40">
<h2>Build A Future <span class="wow border-animation" data-wow-delay="300ms">Strategy!</span></h2>
<p>Our success in creating business solutions is due in large part to <br>our talented and highly committed team.</p>
</div>
<a href="#" class="default-btn">Explore Services</a>
</div>
<div class="row promo-items zigzag">
<div class="col-lg-3 col-md-6 sm-padding wow fade-in-bottom" data-wow-delay="200ms">
<div class="promo-item">
<div class="promo-icon"><img src="assets/img/icons/icon01.png" alt="icon"></div>
<h3>Data Analytics</h3>
<p>Having marketplace to your branded skilled team of designers and developers.</p>
<a href="service-details.html" class="read-more"><i class="las la-arrow-right"></i></a>
</div>
</div>
<div class="col-lg-3 col-md-6 sm-padding wow fade-in-bottom" data-wow-delay="300ms">
<div class="promo-item">
<div class="promo-icon"><img src="assets/img/icons/icon10.png" alt="icon"></div>
<h3>Branding Strategy</h3>
<p>Having marketplace to your branded skilled team of designers and developers.</p>
<a href="service-details.html" class="read-more"><i class="las la-arrow-right"></i></a>
</div>
</div>
<div class="col-lg-3 col-md-6 sm-padding wow fade-in-bottom" data-wow-delay="400ms">
<div class="promo-item">
<div class="promo-icon"><img src="assets/img/icons/icon05.png" alt="icon"></div>
<h3>User Interface</h3>
<p>Having marketplace to your branded skilled team of designers and developers.</p>
<a href="service-details.html" class="read-more"><i class="las la-arrow-right"></i></a>
</div>
</div>
<div class="col-lg-3 col-md-6 sm-padding wow fade-in-bottom" data-wow-delay="500ms">
<div class="promo-item">
<div class="promo-icon"><img src="assets/img/icons/icon18.png" alt="icon"></div>
<h3>Online Support</h3>
<p>Having marketplace to your branded skilled team of designers and developers.</p>
<a href="service-details.html" class="read-more"><i class="las la-arrow-right"></i></a>
</div>
</div>
</div>
</div>
</section>
<section class="project-section padding">
<div class="container">
<div class="section-heading-wrap">
<div class="section-heading mb-40">
<h2>Discover our <span class="wow border-animation" data-wow-delay="300ms">Projects</span></h2>
<p>Our success in creating business solutions is due in large part to <br>our talented and highly committed team.</p>
</div>
<a href="projects.html" class="default-btn">View All Projects</a>
</div>
<div class="project-carousel-wraper">
<div class="project-carousel">
<div class="swiper-wrapper">
<div class="swiper-slide">
<div class="project-item">
<div class="project-thumb">
<a href="project-details.html"><img src="assets/img/project-1.jpg" alt="img"></a>
</div>
<div class="project-content">
<h4><a href="project-details.html">Tech App</a></h4>
<h3><a href="project-details.html">Branding the Digital</a></h3>
<a href="project-details.html" class="read-more"><i class="las la-long-arrow-alt-right"></i></a>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="project-item">
<div class="project-thumb">
<a href="project-details.html"><img src="assets/img/project-2.jpg" alt="img"></a>
</div>
<div class="project-content">
<h4><a href="project-details.html">Design</a></h4>
<h3><a href="project-details.html">Transform Multi tech Giant</a></h3>
<a href="project-details.html" class="read-more"><i class="las la-long-arrow-alt-right"></i></a>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="project-item">
<div class="project-thumb">
<a href="project-details.html"><img src="assets/img/project-3.jpg" alt="img"></a>
</div>
<div class="project-content">
<h4><a href="project-details.html">Branding</a></h4>
<h3><a href="project-details.html">Multi IOS UI Kit Deisgn</a></h3>
<a href="project-details.html" class="read-more"><i class="las la-long-arrow-alt-right"></i></a>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="project-item">
<div class="project-thumb">
<a href="project-details.html"><img src="assets/img/project-4.jpg" alt="img"></a>
</div>
<div class="project-content">
<h4><a href="project-details.html">Design</a></h4>
<h3><a href="project-details.html">Financial and Banking</a></h3>
<a href="project-details.html" class="read-more"><i class="las la-long-arrow-alt-right"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="carousel-pagination"></div>
</div>
</div>
</section>
<section class="workflow-section">
<img class="anim-illustration parallax-item" src="assets/img/element-3.png" alt="illustration">
<img class="anim-illustration parallax-item bottom" src="assets/img/element-4.png" alt="illustration">
<div class="container">
<div class="row workflow-wrap padding">
<div class="col-lg-7 sm-padding">
<div class="section-heading mb-40 wow fade-in-left" data-wow-delay="200ms">
<h2>Better Security for Better Protection & <span class="wow border-animation" data-wow-delay="500ms">Strength</span></h2>
<p>Our success in creating business solutions is due in large part spacially to talented and highly committed team.</p>
</div>
<div class="workflow-items">
<div class="workflow-item">
<div class="wf-line-progress"></div>
<div class="workflow-line"></div>
<div class="workfow-count">1</div>
<div class="workflow-info wow fade-in-left" data-wow-delay="300ms">
<h3>Financial Strategy</h3>
<p>Having these marketplace to your branded skilled team.</p>
</div>
</div>
<div class="workflow-item">
<div class="wf-line-progress"></div>
<div class="workflow-line"></div>
<div class="workfow-count">2</div>
<div class="workflow-info wow fade-in-left" data-wow-delay="400ms">
<h3>Message Experience</h3>
<p>Having these marketplace to your branded skilled team.</p>
</div>
</div>
<div class="workflow-item">
<div class="wf-line-progress"></div>
<div class="workflow-line"></div>
<div class="workfow-count">3</div>
<div class="workflow-info wow fade-in-left" data-wow-delay="500ms">
<h3>Data Tracking</h3>
<p>Having these marketplace to your branded skilled team.</p>
</div>
</div>
</div>
</div>
<div class="col-lg-5 sm-padding">
<div class="workflow-img">
<img src="assets/img/illustration02.png" alt="illustration">
<img class="music lf-left-right" src="assets/img/music01.png" alt="img">
<img class="music lf-up-down" src="assets/img/music02.png" alt="img">
<img class="music lf-bottom-corner" src="assets/img/music03.png" alt="img">
<img class="mockup parallax-item" src="assets/img/uikit06.png" alt="img">
</div>
</div>
</div>
</div>
</section>
<section class="feature-section padding-top">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6 sm-padding">
<div class="feature-img">
<img src="assets/img/illustration03.png" alt="illustration">
<img class="parallax-item" src="assets/img/uikit06.png" alt="img">
<img class="parallax-item" src="assets/img/uikit07.png" alt="img">
</div>
</div>
<div class="col-lg-6 sm-padding">
<div class="section-heading mb-40 wow fade-in-bottom" data-wow-delay="200ms">
<h2>Strategies that get you on the Path to <span class="wow border-animation" data-wow-delay="300ms">Success!</span></h2>
<p>Our success in creating business solutions is due in large part spacially to talented and highly committed team.</p>
</div>
<div class="feature-lists">
<div class="feature-item wow fade-in-bottom" data-wow-delay="300ms">
<img class="feature-icon" src="assets/img/icons/icon03.png" alt="icon">
<div class="feature-content">
<h3>User Interface</h3>
<p>Having these marketplace to your branded skilled team.</p>
</div>
</div>
<div class="feature-item wow fade-in-bottom" data-wow-delay="400ms">
<img class="feature-icon" src="assets/img/icons/icon05.png" alt="icon">
<div class="feature-content">
<h3>Branding Strategy</h3>
<p>Having these marketplace to your branded skilled team.</p>
</div>
</div>
<div class="feature-item wow fade-in-bottom" data-wow-delay="500ms">
<img class="feature-icon" src="assets/img/icons/icon15.png" alt="icon">
<div class="feature-content">
<h3>Data Analytics</h3>
<p>Having these marketplace to your branded skilled team.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="testimonial-section padding">
<div class="testi-people">
<img src="assets/img/person01.jpg" alt="img">
<img src="assets/img/person02.jpg" alt="img">
<img src="assets/img/person03.jpg" alt="img">
<img src="assets/img/person04.jpg" alt="img">
<img src="assets/img/person05.jpg" alt="img">
<img src="assets/img/person06.jpg" alt="img">
</div>
<div class="testi-people right">
<img src="assets/img/person07.jpg" alt="img">
<img src="assets/img/person08.jpg" alt="img">
<img src="assets/img/person09.jpg" alt="img">
<img src="assets/img/person10.jpg" alt="img">
<img src="assets/img/person11.jpg" alt="img">
<img src="assets/img/person12.jpg" alt="img">
</div>
<div class="container">
<div class="section-heading text-center mb-40 wow fade-in-bottom" data-wow-delay="200ms">
<h2>Trusted by Millions <br> of <span class="wow border-animation" data-wow-delay="500ms">Customers.</span></h2>
<p>Our success in creating business solutions is due in large part <br> spacially to talented and highly committed team.</p>
</div>
<div class="row">
<div class="col-lg-6 offset-lg-3">
<div class="testimonial-carousel-wraper">
<div class="testimonial-carousel">
<div class="swiper-wrapper">
<div class="swiper-slide">
<div class="testimonial-item">
<ul class="rattings">
<li><i class="las la-star"></i></li>
<li><i class="las la-star"></i></li>
<li><i class="las la-star"></i></li>
<li><i class="las la-star"></i></li>
<li><i class="las la-star"></i></li>
</ul>
<p>Softgen is a trusted for providing assistants. Initially their main objective was to ensure service they provide these people are loyal to their industry.</p>
<div class="review-author">
<h3>Félix Lengyel</h3>
<h4>Corportate .INC</h4>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="testimonial-item">
<ul class="rattings">
<li><i class="las la-star"></i></li>
<li><i class="las la-star"></i></li>
<li><i class="las la-star"></i></li>
<li><i class="las la-star"></i></li>
<li><i class="las la-star"></i></li>
</ul>
<p>Softgen is a trusted for providing assistants. Initially their main objective was to ensure service they provide these people are loyal to their industry.</p>
<div class="review-author">
<h3>Timothy Paradis</h3>
<h4>Financial .INC</h4>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="testimonial-item">
<ul class="rattings">
<li><i class="las la-star"></i></li>
<li><i class="las la-star"></i></li>
<li><i class="las la-star"></i></li>
<li><i class="las la-star"></i></li>
<li><i class="las la-star"></i></li>
</ul>
<p>Softgen is a trusted for providing assistants. Initially their main objective was to ensure service they provide these people are loyal to their industry.</p>
<div class="review-author">
<h3>Stephen Miller</h3>
<h4>Business .INC</h4>
</div>
</div>
</div>
</div>
</div>
<div class="carousel-pagination"></div>
</div>
</div>
</div>
</div>
</section>
<section class="faq-section bg-grey padding">
<div class="container">
<div class="section-heading text-center mb-40 wow fade-in-bottom" data-wow-delay="200ms">
<h2>Help and <span class="wow border-animation" data-wow-delay="500ms">FAQ's</span></h2>
<p>Our success in creating business solutions is due in large part spacially <br> to talented and highly committed team.</p>
</div>
<div class="row">
<div class="col-lg-10 offset-lg-1">
<div id="faq-accordion" class="faq-accordion">
<div class="accordion-item active">
<h2 class="accordion-header" id="headingTwo">
<button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#collapseTwo" aria-expanded="true" aria-controls="collapseTwo">What is digital marketing solution? </button>
</h2>
<div id="collapseTwo" class="accordion-collapse collapse show" aria-labelledby="headingTwo" data-bs-parent="#faq-accordion">
<div class="accordion-body">
<p>Our success in creating business solutions is due in large part spacially to talented and highly committed team. Having these marketplace to your branded skilled team of designers and developers. Our modern sales CRM frees you to maximize productivity, maintain pipeline visibility, and grow revenue.</p>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="headingThree">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseThree" aria-expanded="false" aria-controls="collapseThree"> How to improve your online business? </button>
</h2>
<div id="collapseThree" class="accordion-collapse collapse" aria-labelledby="headingThree" data-bs-parent="#faq-accordion">
<div class="accordion-body">
<p>Our success in creating business solutions is due in large part spacially to talented and highly committed team. Having these marketplace to your branded skilled team of designers and developers. Our modern sales CRM frees you to maximize productivity, maintain pipeline visibility, and grow revenue.</p>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="headingFour">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseFour" aria-expanded="false" aria-controls="collapseFour"> How to improve maketing strategy?</button>
</h2>
<div id="collapseFour" class="accordion-collapse collapse" aria-labelledby="headingFour" data-bs-parent="#faq-accordion">
<div class="accordion-body">
<p>Our success in creating business solutions is due in large part spacially to talented and highly committed team. Having these marketplace to your branded skilled team of designers and developers. Our modern sales CRM frees you to maximize productivity, maintain pipeline visibility, and grow revenue.</p>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="headingFive">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseFive" aria-expanded="false" aria-controls="collapseFive">How to convince for starting business?</button>
</h2>
<div id="collapseFive" class="accordion-collapse collapse" aria-labelledby="headingFive" data-bs-parent="#faq-accordion">
<div class="accordion-body">
<p>Our success in creating business solutions is due in large part spacially to talented and highly committed team. Having these marketplace to your branded skilled team of designers and developers. Our modern sales CRM frees you to maximize productivity, maintain pipeline visibility, and grow revenue.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<?php include('include/footer.php'); ?>
<div id="scrollup">
<button id="scroll-top" class="scroll-to-top"><i class="las la-arrow-up"></i></button>
</div>
<script data-cfasync="false" src="../../cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script src="assets/js/vendor/jquary-3.6.0.min.js"></script>
<script src="assets/js/vendor/modernizr-2.8.3-respond-1.4.2.min.js"></script>
<script src="assets/js/vendor/atropos.min.js"></script>
<script src="assets/js/vendor/bootstrap.min.js"></script>
<script src="assets/js/vendor/popper.min.js"></script>
<script src="assets/js/vendor/odometer.min.js"></script>
<script src="assets/js/vendor/waypoints.min.js"></script>
<script src="assets/js/vendor/venobox.min.js"></script>
<script src="assets/js/vendor/swiper.min.js"></script>
<script src="assets/js/vendor/smooth-scroll.js"></script>
<script src="assets/js/vendor/wow.min.js"></script>
<script src="assets/js/vendor/animated-text.min.js"></script>
<script src="assets/js/vendor/gsap.min.js"></script>
<script src="assets/js/vendor/scroll-trigger.min.js"></script>
<script src="assets/js/vendor/parallax-scroll.min.js"></script>
<script src="assets/js/mailchimp.js"></script>
<script src="assets/js/main.js"></script>
<script>(function(){var js = "window['__CF$cv$params']={r:'81fcaa535a704d39',t:'MTY5ODkzMTEyNi45NTAwMDA='};_cpo=document.createElement('script');_cpo.nonce='',_cpo.src='../../cdn-cgi/challenge-platform/h/b/scripts/jsd/61b90d1d/main.js',document.getElementsByTagName('head')[0].appendChild(_cpo);";var _0xh = document.createElement('iframe');_0xh.height = 1;_0xh.width = 1;_0xh.style.position = 'absolute';_0xh.style.top = 0;_0xh.style.left = 0;_0xh.style.border = 'none';_0xh.style.visibility = 'hidden';document.body.appendChild(_0xh);function handler() {var _0xi = _0xh.contentDocument || _0xh.contentWindow.document;if (_0xi) {var _0xj = _0xi.createElement('script');_0xj.innerHTML = js;_0xi.getElementsByTagName('head')[0].appendChild(_0xj);}}if (document.readyState !== 'loading') {handler();} else if (window.addEventListener) {document.addEventListener('DOMContentLoaded', handler);} else {var prev = document.onreadystatechange || function () {};document.onreadystatechange = function (e) {prev(e);if (document.readyState !== 'loading') {document.onreadystatechange = prev;handler();}};}})();</script></body>
<!-- Mirrored from html.dynamiclayers.net/te/softgen/index.html by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 02 Nov 2023 13:21:32 GMT -->
</html>