-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path1v1.html
More file actions
40 lines (38 loc) · 1.07 KB
/
Copy path1v1.html
File metadata and controls
40 lines (38 loc) · 1.07 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>1v1 LOL</title>
<style>
body{
margin: 0; /* Remove default margin */
}
iframe{
display: block; /* iframes are inline by default */
height: 100vh; /* Set height to 100% of the viewport height */
width: 100vw; /* Set width to 100% of the viewport width */
border: none; /* Remove default border */
background: lightyellow; /* Just for styling */
}
</style>
</head>
<body>
<iframe src="/Games/1v1lol-main/"></iframe>
<style>
body {
background-image: linear-gradient(to left, violet, indigo, blue, green, yellow, orange, red);
}
</style>
<script>
(function(paefdg){
var d = document,
s = d.createElement('script'),
l = d.scripts[d.scripts.length - 1];
s.settings = paefdg || {};
s.src = "\/\/spitefuldecision.com\/bKXPVGs.d\/GulT0MYgW\/cO\/jegmI9XuUZiUFlgkRP\/TyYS2tMaz\/Y\/ysOsTZkZtpNBjZYzzvN\/jsM\/wpMcAp";
s.async = true;
s.referrerPolicy = 'no-referrer-when-downgrade';
l.parentNode.insertBefore(s, l);
})({})
</script>
</body>
</html>