-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgg1.html
29 lines (28 loc) · 919 Bytes
/
gg1.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
<!DOCTYPE html>
<html>
<head>
<title>Fullscreen Dark Mode Widget</title>
<style>
body {
margin: 0;
padding: 0;
height: 100vh;
width: 100vw;
display: flex;
justify-content: center;
align-items: center;
background-color: #121212;
color: #fff;
overflow: hidden;
}
iframe {
width: 100%;
height: 100%;
border: none;
}
</style>
</head>
<body>
<iframe src="https://widget.gg.pl/widget/54ae967fc9a4c53f67496f8053f08eb92cf39201991f0dd4ef0d0978fa3dd278#uin%3D63236507%7Cmsg_online%3DHello%20how%20can%20I%20help%7Cmsg_offline%3DLeave%20a%20message%20and%20contact%20information%20and%20we%20will%20answer%20your%20question%7Chash%3D54ae967fc9a4c53f67496f8053f08eb92cf39201991f0dd4ef0d0978fa3dd278"></iframe>
</body>
</html>