-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
56 lines (50 loc) · 1.73 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
<!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>Simple Html Sever Hoster</title>
<link rel="stylesheet" href="styles.css">
<script src="script.js"></script>
<center><h1>SHSH://index.html</h1></center>
</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>
<!-- Help -->
<button class="button" onclick="window.location.href='Help.html'">Help</button>
</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/Background.png');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
}
</style>
</div>
<center><h2>==========================</h2></center>
<center><h1><p><h1>Donate XMR:</h1></p><h1>42MtEEWkfvyKqUEQ6fMHYgcsoHmyS3HQq6AUUBRBz6HLXvHTq9hDFdLa1gSfRmkouG89WxGNJ3dz4EBMM1JwpFhRQd9GuqZ</h1></center>
</body>
</html>