forked from RetroFiber/RetroFiber.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
68 lines (64 loc) · 2.05 KB
/
index.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
<!DOCTYPE html>
<html style="color:white">
<head>
<title>RetroFiber</title>
<script async src="https://arc.io/widget.min.js#n2Wgjzok"></script>
<link id="maincss" rel="stylesheet" href="https://retrofiber.github.io/index.css">
<link rel="icon" type="image/png" href="https://retrofiber.github.io/favicon.png?">
</head>
<script src="https://retrofiber.github.io/script.js">
</script>
<body>
<div class="overlay"><img src="https://retrofiber.github.io/retrofiber.png" alt="logo" class="center">
</div>
<script>
setTimeout("splash()", 3000);
function splash() {
document.querySelector(".overlay").style.opacity = "0";
document.querySelector(".overlay").style.pointerEvents = "none";
}
</script>
<div class="console">
<div class="consolebody">
<code>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script src="https://code.jquery.com/jquery-1.11.3.min.js"></script>
<script>
$(document).ready(function() {
if($(window).width() >= 950) {
$(function() {
$("#includeHtml").load("https://retrofiber.github.io/header.html");
});
}
else {
$(function() {
$("#includeHtml").load("https://retrofiber.github.io/headerm.html");
});
}
})
</script>
<div id="includeHtml"></div>
<p style="text-align: center;">
</p>
<h1>RetroFiber</h1>
<h3>My Projects</h3>
<ol>
<li><a href="/youtube">Youtube Downloader</a></li>
<li><a href="/mcserver">MCServer Maker</a></li>
<li><a href="/clockwork-app">MyClockWork</a></li>
<li><a href="/retroprox">RetroProx</a></li>
<li><a href="/file-host">FileHost</a></li>
<li><a href="/clockwork/newapp">AppMaker</a></li>
<li><a href="/proxies">Proxies</a></li>
<li><a href="/cam">Camera</a></li>
</ol>
<hr>
<p class="copy">2022 © RetroFiber - <b>
<a style="border:none" href="https://github.com/RetroFiber">Github</a>
</b>
</p>
</code>
</div>
</div>
</body>
</html>