-
Notifications
You must be signed in to change notification settings - Fork 0
/
gg.html
41 lines (38 loc) · 1 KB
/
gg.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
<!DOCTYPE html>
<html>
<head>
<title>X</title>
</head>
<body>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Fullscreen Widget</title>
<style>
body {
margin: 10;
height: 100vh;
display: fixed;
justify-content: center;
align-items: center;
background-color: #000; /* Optional: Add background color for better appearance */
}
gg-widget {
width: 50vw;
height: 50vh;
display: block;
position: left;
}
</style>
</head>
<body>
<script src="https://widget2.gg.pl/widget.js"></script>
<gg-widget
params="hash=54ae967fc9a4c53f67496f8053f08eb92cf39201991f0dd4ef0d0978fa3dd278&uin=63236507&theme=ClassicBlack&msg_online=&msg_offline=&lng=pl-PL&alignment=center&no-fixed=false&margin=100&base-zindex=100">
</gg-widget>
</body>
</html>
</body>
</html>