This repository has been archived by the owner on Jun 29, 2024. It is now read-only.
forked from PurePro4561/PurePro4561.github.io-v2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DT.html
77 lines (70 loc) · 2.78 KB
/
DT.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
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
<center>
<title>Dante - Geometry Tryhard</title>
<link rel="stylesheet" href="gs.css">
<h1>Dante</h1>
<button class="theme-btn btn-style-one" onclick="openFullscreen();">FullScreen</button>
</div>
<div>
<script>
function create() {
var url = document.getElementById('input').value;
var win = window.open();
win.document.body.style.margin = '0';
win.document.body.style.height = '100vh';
var iframe = win.document.createElement('iframe');
iframe.style.border = 'none';
iframe.style.width = '100%';
iframe.style.height = '100%';
iframe.style.margin = '0';
iframe.src = url;
win.document.body.appendChild(iframe);
}
</script>
<input type="hidden" value="https://geometry-tryhard-assets.vercel.app/DT/index.html" placeholder="https://lsmdm.tk" id='input' autofocus>
<button onclick='create()'>Open Cloaked</button></div>
<iframe class="gm-iframe" id="gm-area" src="https://geometry-tryhard-assets.vercel.app/DT/index.html" width="840" height="560" scrolling="none" frameborder="0" allowfullscreen></iframe>
<div style="padding-top: 10px;padding-bottom: 10px;" class="container" align="Center"> <script>
var elem = document.getElementById("gm-area");
function openFullscreen() {
if (elem.requestFullscreen) {
elem.requestFullscreen();
} else if (elem.webkitRequestFullscreen) { /* Safari */
elem.webkitRequestFullscreen();
} else if (elem.msRequestFullscreen) { /* IE11 */
elem.msRequestFullscreen();
}
}
</script>
</a>
<center><h1>Other Games</h1>
<a href="CB.html">
<img src="logo11.PNG" alt="Logo" style="width: 100px; height: 100px;" />
</a>
<a href="Stickmanhook.html">
<img src="logo.png" alt="Logo" style="width: 100px; height: 100px;" />
</a>
<a href="DM.html">
<img src="logo3.png" alt="Logo" style="width: 100px; height: 100px;" />
</a>
<a href="Dogeminer2">
<img src="A0211D61-1FC8-4669-AFAD-6FFFD6F39590.jpeg" alt="Logo" style="width: 100px; height: 100px;" />
</a>
<a href="CM.html">
<img src="logo10.PNG" alt="Logo" style="width: 100px; height: 100px;" />
</a>
<a href="JF.html">
<img src="logo4.png" alt="Logo" style="width: 100px; height: 100px;" />
</a>
<a href="MClicker.html">
<img src="MClicker.png" alt="Logo" style="width: 100px; height: 100px;" />
</a>
<a href="SWS.html">
<img src="logo6.png" alt="Logo" style="width: 100px; height: 100px;" />
</a>
<a href="SR.html">
<img src="logo7.png" alt="Logo" style="width: 100px; height: 100px;" />
</a>
<a href="BB.html">
<img src="logo8.png" alt="Logo" style="width: 100px; height: 100px;" />
</a>
</center>