This repository was archived by the owner on Apr 29, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTFGT.html
123 lines (107 loc) · 3.71 KB
/
TFGT.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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-title" content="FYC">
<link rel="apple-touch-icon" href="https://raw.githubusercontent.com/HttpAnimation/FYC/main/FYC%20Rewrite.ico">
<script type="text/javascript">
(function (c, l, a, r, i, t, y) {
c[a] = c[a] || function () {
(c[a].q = c[a].q || []).push(arguments);
};
t = l.createElement(r);
t.async = true;
t.src = "https://www.clarity.ms/tag/" + i;
y = l.getElementsByTagName(r)[0];
y.parentNode.insertBefore(t, y);
})(window, document, "clarity", "script", "go9ad7tc31");
</script>
<title>FYC</title>
<link rel="stylesheet" href="styles.css">
<script src="script.js"></script>
<center><h1>FYC://V2TorrentTemplate.html</h1></center>
<center><img src="none.png"></center>
<!--Link to torrent = |TEXT IN HERE|-->
<style>
body {
color: black;
}
</style>
</head>
<body>
<!-- Sidebar -->
<div class="sidebar">
<!-- Hide the sidebar -->
<button class="button button-hide" onclick="toggleSidebar()">Hide the sidebar (f)</button>
<!-- Home button -->
<button class="button" onclick="window.location.href='../index.html'">Home</button>
<!-- Magnet -->
<button class="button" onclick="window.location.href='404Magnet.html'">Magnet</button>
<!-- Torrent -->
<button class="button" onclick="window.location.href='404Torrent.html'">Torrent</button>
<!-- Play now (Stream) -->
<button class="button" onclick="window.location.href='404Stream.html'">Play now (Stream)</button>
<!-- Download This .html file -->
<button class="button" onclick="downloadHTML('V2TorrentTemplate.html')">Download This .html file</button>
<!-- Torrnet host -->
<button class="button" onclick="window.location.href='HostLink'">Host link (NOT RECOMMENDED)</button>
<!-- Source -->
<button class="button" onclick="window.location.href='SOURCELink'">Source</button>
<script>
function downloadHTML(filename) {
// Fetch the HTML content
fetch(filename)
.then(response => response.text())
.then(html => {
// Create a Blob object from the HTML content
const blob = new Blob([html], { type: 'text/html' });
// Create a download URL for the Blob
const url = URL.createObjectURL(blob);
// Create a temporary link element and click it to initiate the download
const link = document.createElement('a');
link.href = url;
link.download = filename;
document.body.appendChild(link);
link.click();
document.body.removeChild(link);
// Revoke the download URL to free up resources
URL.revokeObjectURL(url);
});
}
</script>
</div>
<!-- Content -->
<div style="margin-left: 20%;">
<link rel="shortcut icon" href="https://raw.githubusercontent.com/HttpAnimation/FYC/main/FYC%20Rewrite.ico" />
<style>
body {
background-image: url('Photos/With\ Credit\ Protogen.png');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
}
</style>
</head>
<body style="background-color:rgb(64, 64, 64);" onkeydown="handleKeyDown(event)">
</div>
<center><h1>Seeders at the time: UnkownSeeders</h1></center>
<center><h1>Description:</h1></center>
<!--Text Start-->
<p><h2>
<center>
Theres no Description for this torrent
</center>
</h2></p>
<!--Text End-->
<!--Notes-->
<center><h1>Notes:</h1></center>
<p><h2>
<center>
This torrent was made with Torrent File Maker
</center>
</h2></p></div>
<center><h2>==========================</h2></center>
<center><h1><p><h1>Donate XMR:</h1></p><h1>42MtEEWkfvyKqUEQ6fMHYgcsoHmyS3HQq6AUUBRBz6HLXvHTq9hDFdLa1gSfRmkouG89WxGNJ3dz4EBMM1JwpFhRQd9GuqZ</h1></center>
</body>
</html>