-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdontputmeinaniframe!.html
35 lines (35 loc) · 1.26 KB
/
dontputmeinaniframe!.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
<head>
<style>
@font-face {
font-family: pusab;
src: url(/files/fonts/PUSAB.otf);
}
span {
font-family: pusab;
}
.imgbox {
display: grid;
}
.center-fit {
max-width: 100%;
max-height: 20vh;
}
.center-fit2 {
max-width: 100%;
max-height: 75vh;
}
</style>
</head>
<body>
<span>
<!--<h1 style="color: #ff0000; margin-bottom: 5px;">CBF Detected</h1>
<span>Click Between Frames is illegitimate and will not be allowed for use on MateisHomePage.</span><br>
<span>Please disable the mod in order to continue surfing.</span></span>-->
<div class="imgbox" style="background-color: #6f6f6f;">
<img class="center-fit" src='/files/images/cbf.png'>
</div>
<br>
<div class="imgbox">
<iframe width="1200" height="900" class="center-fit2" src="https://www.youtube.com/embed/eyEmzX0Sek0?rel=0?version=3&autoplay=1&controls=0&&showinfo=0&loop=1" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
</body>