-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
591 lines (583 loc) · 20.8 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
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
<!DOCTYPE html>
<html dir="ltr" lang="en-gb">
<head>
<meta charset="UTF-8">
<title>Home - UGPLAT - Universal Gaming Platform</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
<meta name="description" content="UGPLAT is a Universal Gaming Platform built for Gamers, Video Producers and Musicians, our goal is to connect the world to a Social Platform that is Safe, Secure and Privacy Aware."/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- GLOBAL CSS & JS -->
<link rel="stylesheet" href="/css/global.css"/>
<script src="/js/global.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!-- GOOGLE FONTS -->
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto+Condensed" rel="stylesheet">
</head>
<body>
<!-- This is the Intellectual Property of Private Saver Communications - (Geographic Location: United Kingdom [UK], England) @ privatesaver.com / abuse@privatesaver.net > No Rights Are Given To Use Any of Our Intellectual Property Without Written Permission By The Organisational Leader -->
<!-- START OF PAGE CONTENT -->
<!-- File Location: /index.php -->
<div id="ugplat">
<div id="meta-platform-desc">
UGPLAT is a Universal Gaming Platform built for Gamers, Video Producers and Musicians, our goal is to connect the world to a Social Platform that is Safe, Secure and Privacy Aware.
</div>
<div id="social-links-mobile">
<a href="https://www.youtube.com/channel/UC6Bmjx2f-HO974_01MDQ3lQ" target="_blank">
<div class="container-1">
<img src="/img/social-links/YouTube-logo-light.png" alt="YouTube Logo">
</div>
</a>
<a href="https://twitter.com/ugplatpsc" target="_blank">
<div class="container-2">
<img src="/img/social-links/Twitter_Social_Icon_Circle_White.png" alt="Twitter Icon">
</div>
</a>
<a href="https://facebook.com/ugplat" target="_blank">
<div class="container-3">
<img src="/img/social-links/FB-f-Logo__white_1024.png" alt="Facebook Icon">
</div>
</a>
<a href="https://linkedin.com/company/ugplat" target="_blank">
<div class="container-4">
<img src="/img/social-links/LinkedIn-Logo-White-ICON-TM.png" alt="LinkedIn Logo">
</div>
</a>
</div>
<div id="social-links">
<a href="https://www.youtube.com/channel/UC6Bmjx2f-HO974_01MDQ3lQ" target="_blank">
<div class="container-1">
<img src="/img/social-links/YouTube-logo-light.png" alt="YouTube Logo">
</div>
</a>
<a href="https://twitter.com/ugplatpsc" target="_blank">
<div class="container-2">
<img src="/img/social-links/Twitter_Social_Icon_Circle_White.png" alt="Twitter Icon">
</div>
</a>
<a href="https://facebook.com/ugplat" target="_blank">
<div class="container-3">
<img src="/img/social-links/FB-f-Logo__white_1024.png" alt="Facebook Icon">
</div>
</a>
<a href="https://linkedin.com/company/ugplat" target="_blank">
<div class="container-4">
<img src="/img/social-links/LinkedIn-Logo-White-128px-TM.png" alt="LinkedIn Logo">
</div>
</a>
<a href="https://github.com/danielrutter/UGPLAT" target="_blank">
<div class="container-5">
<img src="/img/social-links/GitHub_Logo_White.png" alt="GitHub Logo">
</div>
</a>
</div>
<div class="platform-version">
PLATFORM VERSION: UGPLAT PRE-ALPHA 0.01
</div>
<div class="logo">
LOGO
</div>
<div class="banner-ad">
BANNER AD
</div>
<div class="nav-links-mobile">
<a href="#" onclick="return false"><div class="nav-links-games">GAMES</div></a>
<a href="#" onclick="return false"><div class="nav-links-videos">VIDEOS</div></a>
<a href="#" onclick="return false"><div class="nav-links-music">MUSIC</div></a>
</div>
<div class="nav-links">
<a href="#" onclick="return false"><div class="nav-links-games"><big>GAMES</big></div></a>
<a href="#" onclick="return false"><div class="nav-links-videos"><big>VIDEOS</big></div></a>
<a href="#" onclick="return false"><div class="nav-links-music"><big>MUSIC</big></div></a>
</div>
<a href="#" class="showcase-login-bar-link" onclick="return false">
<div class="showcase-login-bar">
LOGIN TO MY ACCOUNT
</div>
</a>
<div class="top-navbar-container">
<div class="top-navbar">
<ul>
<li><a href="#" onclick="return false">Home</a></li>
<li><a href="#" onclick="return false">Games</a></li>
<li><a href="#" onclick="return false">Videos</a></li>
<li><a href="#" onclick="return false">Music</a></li>
<li><a href="#" onclick="return false">Support</a></li>
<li><a href="#" onclick="return false">Contact</a></li>
<li><a href="#" onclick="return false">Platform News</a></li>
<li><a href="#" onclick="return false">Give Feedback</a></li>
<li class="top-navbar-right"><a href="#" onclick="return false">CLICK TO GO ONLINE</a></li>
</ul>
</div>
</div>
<div class="platform-desc-container">
<div class="platform-desc-title">
WHAT IS THE PURPOSE OF UGPLAT?
</div>
<div class="platform-desc">
UGPLAT is a Universal Gaming Platform built for Gamers, Video Producers and Musicians, our goal is to connect the world to a Social Platform that is Safe, Secure and Privacy Aware. <a href="#" target="_blank" onclick="return false"><small>TELL ME MORE</small></a>
</div>
</div>
<div class="top-banner-ad-container">
<a href="#" onclick="return false">
<div class="top-banner-ad">
<img src="/img/home/global/top_banner_ad.png" alt="TOP BANNER AD">
</div>
</a>
</div>
<!-- GLOBAL SLIDESHOWS - CLASSIFIED ADS (START) -->
<br>
<div class="classified-ads-slideshow-container">
<div class="classified-ads-slideshow-title">
CLASSIFIED ADS
</div>
<div class="classified-ads-slideshow-1">
<script>
$( ".classified-ads-slideshow-1" ).load( "/cms/slideshows/global/classified_ads/1.php" );
</script>
</div>
<div class="classified-ads-slideshow-2">
<script>
$( ".classified-ads-slideshow-2" ).load( "/cms/slideshows/global/classified_ads/2.php" );
</script>
</div>
<div class="classified-ads-slideshow-3">
<script>
$( ".classified-ads-slideshow-3" ).load( "/cms/slideshows/global/classified_ads/3.php" );
</script>
</div>
<div class="classified-ads-slideshow-4">
<script>
$( ".classified-ads-slideshow-4" ).load( "/cms/slideshows/global/classified_ads/4.php" );
</script>
</div>
<div class="classified-ads-slideshow-5">
<script>
$( ".classified-ads-slideshow-5" ).load( "/cms/slideshows/global/classified_ads/5.php" );
</script>
</div>
<div class="classified-ads-slideshow-6">
<script>
$( ".classified-ads-slideshow-6" ).load( "/cms/slideshows/global/classified_ads/6.php" );
</script>
</div>
<div class="classified-ads-slideshow-7">
<script>
$( ".classified-ads-slideshow-7" ).load( "/cms/slideshows/global/classified_ads/7.php" );
</script>
</div>
<div class="classified-ads-slideshow-8">
<script>
$( ".classified-ads-slideshow-8" ).load( "/cms/slideshows/global/classified_ads/8.php" );
</script>
</div>
<div class="classified-ads-slideshow-9">
<script>
$( ".classified-ads-slideshow-9" ).load( "/cms/slideshows/global/classified_ads/9.php" );
</script>
</div>
<div class="classified-ads-slideshow-10">
<script>
$( ".classified-ads-slideshow-10" ).load( "/cms/slideshows/global/classified_ads/10.php" );
</script>
</div>
</div>
<!-- GLOBAL SLIDESHOWS - CLASSIFIED ADS (END) -->
<br>
<!-- GLOBAL SLIDESHOWS - LATEST GAMES (START) -->
<div class="latest-games-slideshow-container">
<div class="latest-games-slideshow-title">
LATEST GAMES
</div>
<div class="latest-games-slideshow-1">
<script>
$( ".latest-games-slideshow-1" ).load( "/cms/slideshows/global/latest_games/1.php" );
</script>
</div>
<div class="latest-games-slideshow-2">
<script>
$( ".latest-games-slideshow-2" ).load( "/cms/slideshows/global/latest_games/2.php" );
</script>
</div>
<div class="latest-games-slideshow-3">
<script>
$( ".latest-games-slideshow-3" ).load( "/cms/slideshows/global/latest_games/3.php" );
</script>
</div>
<div class="latest-games-slideshow-4">
<script>
$( ".latest-games-slideshow-4" ).load( "/cms/slideshows/global/latest_games/4.php" );
</script>
</div>
<div class="latest-games-slideshow-5">
<script>
$( ".latest-games-slideshow-5" ).load( "/cms/slideshows/global/latest_games/5.php" );
</script>
</div>
<div class="latest-games-slideshow-6">
<script>
$( ".latest-games-slideshow-6" ).load( "/cms/slideshows/global/latest_games/6.php" );
</script>
</div>
<div class="latest-games-slideshow-7">
<script>
$( ".latest-games-slideshow-7" ).load( "/cms/slideshows/global/latest_games/7.php" );
</script>
</div>
<div class="latest-games-slideshow-8">
<script>
$( ".latest-games-slideshow-8" ).load( "/cms/slideshows/global/latest_games/8.php" );
</script>
</div>
<div class="latest-games-slideshow-9">
<script>
$( ".latest-games-slideshow-9" ).load( "/cms/slideshows/global/latest_games/9.php" );
</script>
</div>
<div class="latest-games-slideshow-10">
<script>
$( ".latest-games-slideshow-10" ).load( "/cms/slideshows/global/latest_games/10.php" );
</script>
</div>
</div>
<!-- GLOBAL SLIDESHOWS - LATEST GAMES (END) -->
<br>
<!-- GLOBAL SLIDESHOWS - GLOBAL FAVOURITES (START) -->
<div class="global-favourites-slideshow-container">
<div class="global-favourites-slideshow-title">
GLOBAL FAVOURITES
</div>
<div class="global-favourites-slideshow-1">
<script>
$( ".global-favourites-slideshow-1" ).load( "/cms/slideshows/global/global_favourites/1.php" );
</script>
</div>
<div class="global-favourites-slideshow-2">
<script>
$( ".global-favourites-slideshow-2" ).load( "/cms/slideshows/global/global_favourites/2.php" );
</script>
</div>
<div class="global-favourites-slideshow-3">
<script>
$( ".global-favourites-slideshow-3" ).load( "/cms/slideshows/global/global_favourites/3.php" );
</script>
</div>
<div class="global-favourites-slideshow-4">
<script>
$( ".global-favourites-slideshow-4" ).load( "/cms/slideshows/global/global_favourites/4.php" );
</script>
</div>
<div class="global-favourites-slideshow-5">
<script>
$( ".global-favourites-slideshow-5" ).load( "/cms/slideshows/global/global_favourites/5.php" );
</script>
</div>
<div class="global-favourites-slideshow-6">
<script>
$( ".global-favourites-slideshow-6" ).load( "/cms/slideshows/global/global_favourites/6.php" );
</script>
</div>
<div class="global-favourites-slideshow-7">
<script>
$( ".global-favourites-slideshow-7" ).load( "/cms/slideshows/global/global_favourites/7.php" );
</script>
</div>
<div class="global-favourites-slideshow-8">
<script>
$( ".global-favourites-slideshow-8" ).load( "/cms/slideshows/global/global_favourites/8.php" );
</script>
</div>
<div class="global-favourites-slideshow-9">
<script>
$( ".global-favourites-slideshow-9" ).load( "/cms/slideshows/global/global_favourites/9.php" );
</script>
</div>
<div class="global-favourites-slideshow-10">
<script>
$( ".global-favourites-slideshow-10" ).load( "/cms/slideshows/global/global_favourites/10.php" );
</script>
</div>
</div>
<!-- GLOBAL SLIDESHOWS - GLOBAL FAVOURITES (END) -->
<br>
<!-- GLOBAL SLIDESHOWS - GLOBAL LIKES (START) -->
<div class="global-likes-slideshow-container">
<div class="global-likes-slideshow-title">
GLOBAL LIKES
</div>
<div class="global-likes-slideshow-1">
<script>
$( ".global-likes-slideshow-1" ).load( "/cms/slideshows/global/global_likes/1.php" );
</script>
</div>
<div class="global-likes-slideshow-2">
<script>
$( ".global-likes-slideshow-2" ).load( "/cms/slideshows/global/global_likes/2.php" );
</script>
</div>
<div class="global-likes-slideshow-3">
<script>
$( ".global-likes-slideshow-3" ).load( "/cms/slideshows/global/global_likes/3.php" );
</script>
</div>
<div class="global-likes-slideshow-4">
<script>
$( ".global-likes-slideshow-4" ).load( "/cms/slideshows/global/global_likes/4.php" );
</script>
</div>
<div class="global-likes-slideshow-5">
<script>
$( ".global-likes-slideshow-5" ).load( "/cms/slideshows/global/global_likes/5.php" );
</script>
</div>
<div class="global-likes-slideshow-6">
<script>
$( ".global-likes-slideshow-6" ).load( "/cms/slideshows/global/global_likes/6.php" );
</script>
</div>
<div class="global-likes-slideshow-7">
<script>
$( ".global-likes-slideshow-7" ).load( "/cms/slideshows/global/global_likes/7.php" );
</script>
</div>
<div class="global-likes-slideshow-8">
<script>
$( ".global-likes-slideshow-8" ).load( "/cms/slideshows/global/global_likes/8.php" );
</script>
</div>
<div class="global-likes-slideshow-9">
<script>
$( ".global-likes-slideshow-9" ).load( "/cms/slideshows/global/global_likes/9.php" );
</script>
</div>
<div class="global-likes-slideshow-10">
<script>
$( ".global-likes-slideshow-10" ).load( "/cms/slideshows/global/global_likes/10.php" );
</script>
</div>
</div>
<!-- GLOBAL SLIDESHOWS - GLOBAL LIKES (END) -->
<br>
<!-- GLOBAL SLIDESHOWS - MOST POPULAR GAMES (START) -->
<div class="most-popular-games-slideshow-container">
<div class="most-popular-games-slideshow-title">
MOST POPULAR GAMES
</div>
<div class="most-popular-games-slideshow-1">
<script>
$( ".most-popular-games-slideshow-1" ).load( "/cms/slideshows/global/most_popular_games/1.php" );
</script>
</div>
<div class="most-popular-games-slideshow-2">
<script>
$( ".most-popular-games-slideshow-2" ).load( "/cms/slideshows/global/most_popular_games/2.php" );
</script>
</div>
<div class="most-popular-games-slideshow-3">
<script>
$( ".most-popular-games-slideshow-3" ).load( "/cms/slideshows/global/most_popular_games/3.php" );
</script>
</div>
<div class="most-popular-games-slideshow-4">
<script>
$( ".most-popular-games-slideshow-4" ).load( "/cms/slideshows/global/most_popular_games/4.php" );
</script>
</div>
<div class="most-popular-games-slideshow-5">
<script>
$( ".most-popular-games-slideshow-5" ).load( "/cms/slideshows/global/most_popular_games/5.php" );
</script>
</div>
<div class="most-popular-games-slideshow-6">
<script>
$( ".most-popular-games-slideshow-6" ).load( "/cms/slideshows/global/most_popular_games/6.php" );
</script>
</div>
<div class="most-popular-games-slideshow-7">
<script>
$( ".most-popular-games-slideshow-7" ).load( "/cms/slideshows/global/most_popular_games/7.php" );
</script>
</div>
<div class="most-popular-games-slideshow-8">
<script>
$( ".most-popular-games-slideshow-8" ).load( "/cms/slideshows/global/most_popular_games/8.php" );
</script>
</div>
<div class="most-popular-games-slideshow-9">
<script>
$( ".most-popular-games-slideshow-9" ).load( "/cms/slideshows/global/most_popular_games/9.php" );
</script>
</div>
<div class="most-popular-games-slideshow-10">
<script>
$( ".most-popular-games-slideshow-10" ).load( "/cms/slideshows/global/most_popular_games/10.php" );
</script>
</div>
</div>
<!-- GLOBAL SLIDESHOWS - MOST POPULAR GAMES (END) -->
<br>
<!-- GLOBAL SLIDESHOWS - MOST POPULAR VIDEOS (START) -->
<div class="most-popular-videos-slideshow-container">
<div class="most-popular-videos-slideshow-title">
MOST POPULAR VIDEOS
</div>
<div class="most-popular-videos-slideshow-1">
<script>
$( ".most-popular-videos-slideshow-1" ).load( "/cms/slideshows/global/most_popular_videos/1.php" );
</script>
</div>
<div class="most-popular-videos-slideshow-2">
<script>
$( ".most-popular-videos-slideshow-2" ).load( "/cms/slideshows/global/most_popular_videos/2.php" );
</script>
</div>
<div class="most-popular-videos-slideshow-3">
<script>
$( ".most-popular-videos-slideshow-3" ).load( "/cms/slideshows/global/most_popular_videos/3.php" );
</script>
</div>
<div class="most-popular-videos-slideshow-4">
<script>
$( ".most-popular-videos-slideshow-4" ).load( "/cms/slideshows/global/most_popular_videos/4.php" );
</script>
</div>
<div class="most-popular-videos-slideshow-5">
<script>
$( ".most-popular-videos-slideshow-5" ).load( "/cms/slideshows/global/most_popular_videos/5.php" );
</script>
</div>
<div class="most-popular-videos-slideshow-6">
<script>
$( ".most-popular-videos-slideshow-6" ).load( "/cms/slideshows/global/most_popular_videos/6.php" );
</script>
</div>
<div class="most-popular-videos-slideshow-7">
<script>
$( ".most-popular-videos-slideshow-7" ).load( "/cms/slideshows/global/most_popular_videos/7.php" );
</script>
</div>
<div class="most-popular-videos-slideshow-8">
<script>
$( ".most-popular-videos-slideshow-8" ).load( "/cms/slideshows/global/most_popular_videos/8.php" );
</script>
</div>
<div class="most-popular-videos-slideshow-9">
<script>
$( ".most-popular-videos-slideshow-9" ).load( "/cms/slideshows/global/most_popular_videos/9.php" );
</script>
</div>
<div class="most-popular-videos-slideshow-10">
<script>
$( ".most-popular-videos-slideshow-10" ).load( "/cms/slideshows/global/most_popular_videos/10.php" );
</script>
</div>
</div>
<!-- GLOBAL SLIDESHOWS - MOST POPULAR VIDEOS (END) -->
<br>
<!-- GLOBAL SLIDESHOWS - MOST POPULAR MUSIC (START) -->
<div class="most-popular-music-slideshow-container">
<div class="most-popular-music-slideshow-title">
MOST POPULAR MUSIC
</div>
<div class="most-popular-music-slideshow-1">
<script>
$( ".most-popular-music-slideshow-1" ).load( "/cms/slideshows/global/most_popular_music/1.php" );
</script>
</div>
<div class="most-popular-music-slideshow-2">
<script>
$( ".most-popular-music-slideshow-2" ).load( "/cms/slideshows/global/most_popular_music/2.php" );
</script>
</div>
<div class="most-popular-music-slideshow-3">
<script>
$( ".most-popular-music-slideshow-3" ).load( "/cms/slideshows/global/most_popular_music/3.php" );
</script>
</div>
<div class="most-popular-music-slideshow-4">
<script>
$( ".most-popular-music-slideshow-4" ).load( "/cms/slideshows/global/most_popular_music/4.php" );
</script>
</div>
<div class="most-popular-music-slideshow-5">
<script>
$( ".most-popular-music-slideshow-5" ).load( "/cms/slideshows/global/most_popular_music/5.php" );
</script>
</div>
<div class="most-popular-music-slideshow-6">
<script>
$( ".most-popular-music-slideshow-6" ).load( "/cms/slideshows/global/most_popular_music/6.php" );
</script>
</div>
<div class="most-popular-music-slideshow-7">
<script>
$( ".most-popular-music-slideshow-7" ).load( "/cms/slideshows/global/most_popular_music/7.php" );
</script>
</div>
<div class="most-popular-music-slideshow-8">
<script>
$( ".most-popular-music-slideshow-8" ).load( "/cms/slideshows/global/most_popular_music/8.php" );
</script>
</div>
<div class="most-popular-music-slideshow-9">
<script>
$( ".most-popular-music-slideshow-9" ).load( "/cms/slideshows/global/most_popular_music/9.php" );
</script>
</div>
<div class="most-popular-music-slideshow-10">
<script>
$( ".most-popular-music-slideshow-10" ).load( "/cms/slideshows/global/most_popular_music/10.php" );
</script>
</div>
</div>
<!-- GLOBAL SLIDESHOWS - MOST POPULAR MUSIC (END) -->
<div class="game-video-music-creator-container">
<a href="#" target="_blank" onclick="return false">
<div class="game-creator-mobile">
GAME CREATOR
</div>
</a>
<a href="#" target="_blank" onclick="return false">
<div class="game-creator">
GAME CREATOR
</div>
</a>
<a href="#" target="_blank" onclick="return false">
<div class="video-creator-mobile">
VIDEO CREATOR
</div>
</a>
<a href="#" target="_blank" onclick="return false">
<div class="video-creator">
VIDEO CREATOR
</div>
</a>
<a href="#" target="_blank" onclick="return false">
<div class="music-creator-mobile">
MUSIC CREATOR
</div>
</a>
<a href="#" target="_blank" onclick="return false">
<div class="music-creator">
MUSIC CREATOR
</div>
</a>
</div>
<div class="company-address">
This Universal Gaming Platform Named UGPLAT Is Under The Governance of An Organisation Known As Private Saver Communications
</div>
<div class="legal-copyright-container">
<div class="legal-links-mobile">
<a href="#" target="_blank" onclick="return false">TERMS OF SERVICE</a> OR <a href="#" target="_blank" onclick="return false">PRIVACY POLICY</a>
</div>
<div class="legal-links">
VIEW OUR <a href="#" target="_blank" onclick="return false">TERMS OF SERVICE</a> OR <a href="#" target="_blank" onclick="return false">PRIVACY POLICY</a>
</div>
<div class="copyright-notice">
Copyright © <?php echo date('Y'); ?> <a href="https://ugplat.com" target="_blank">UGPLAT</a> ® - All Rights Reserved
</div>
</div>
</div>
<!-- END OF PAGE CONTENT -->
</body>
</html>