-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
71 lines (64 loc) · 4.09 KB
/
index.html
File metadata and controls
71 lines (64 loc) · 4.09 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- ============================================ -->
<!-- FAKE GITHUB OPEN GRAPH / SOCIAL EMBED TAGS -->
<!-- ============================================ -->
<!-- Primary OG tags (Discord, Slack, Facebook, etc.) -->
<meta property="og:type" content="object">
<meta property="og:site_name" content="GitHub">
<meta property="og:title" content="Endermanbugzjfc/closedai">
<meta property="og:description" content="Contribute to Endermanbugzjfc/closedai development by creating an account on GitHub.">
<meta property="og:image" content="https://opengraph.githubassets.com/533a78d2f8bf8d76e095e1502da39464e873a04768fd489507f8176c9e92dadc/Endermanbugzjfc/closedai">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="600">
<meta property="og:url" content="https://github.com/Endermanbugzjfc/closedai">
<!-- Twitter Card tags -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@github">
<meta name="twitter:title" content="Endermanbugzjfc/closedai">
<meta name="twitter:description" content="Contribute to Endermanbugzjfc/closedai development by creating an account on GitHub.">
<meta name="twitter:image:src" content="https://opengraph.githubassets.com/533a78d2f8bf8d76e095e1502da39464e873a04768fd489507f8176c9e92dadc/Endermanbugzjfc/closedai">
<!-- Discord embed left border colour -->
<meta name="theme-color" content="#1E2327">
<!-- Canonical to look like GitHub -->
<link rel="canonical" href="https://github.com/Endermanbugzjfc/closedai">
<title>Endermanbugzjfc/closedai · GitHub</title>
<!-- ============================================ -->
<!-- REDIRECT — fires before page paints -->
<!-- ============================================ -->
<script>window.location.replace("https://www.youtube.com/watch?v=dQw4w9WgXcQ");</script>
<meta http-equiv="refresh" content="0; url=https://www.youtube.com/watch?v=dQw4w9WgXcQ">
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
background: #0d1117;
color: #e6edf3;
min-height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 12px;
}
.spinner {
width: 32px; height: 32px;
border: 3px solid #30363d;
border-top-color: #58a6ff;
border-radius: 50%;
animation: spin 0.7s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }
p { color: #8b949e; font-size: 14px; }
a { color: #58a6ff; text-decoration: none; }
a:hover { text-decoration: underline; }
</style>
</head>
<body>
<div class="spinner"></div>
<p>Redirecting to <a href="https://www.youtube.com/watch?v=dQw4w9WgXcQ">https://github.com/Endermanbugzjfc/closedai</a>…</p>
<script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'9e4faa82e8c3e7d0',t:'MTc3NDk2MzM3OQ=='};var a=document.createElement('script');a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script></body>
</html>