-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathoffline.html
More file actions
116 lines (102 loc) · 5.89 KB
/
offline.html
File metadata and controls
116 lines (102 loc) · 5.89 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="theme-color" content="#f44234">
<meta name="title" content="404 - Route Not Found | MainRoute Core" />
<meta name="description" content="The data packet you requested has drifted into the digital void." />
<meta name="keywords"
content="MainRoute, MainRoute Core, MR Core, MRC, M Ramzan Ch, MegaMind-Solution, Web Development, Software Development, Modifications, Git Folder Downloader, Pro Bandey" />
<meta name="author" content="M Ramzan Ch" />
<meta name="copyright" content="MainRoute Core" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://mainroute-core.github.io/" />
<meta property="og:title" content="MainRoute Core | Be Passionate For Future" />
<meta property="og:description"
content="A specialized technology powerhouse delivering PWA, open-source, and custom software solutions." />
<meta property="og:image" content="/src/social.png" />
<!-- <script>navigator.serviceWorker.register("/js/sw.js")</script> -->
<script>
if ('serviceWorker' in navigator) { window.addEventListener('load', () => { navigator.serviceWorker.register('/sw.js') .then(reg => { console.log('Core Service Worker Active. Scope:', reg.scope); }) .catch(err => { console.error('× Service Worker Registration Failed:', err); }); }); }
</script>
<link rel="manifest" href="/manifest.webmanifest">
<link rel="canonical" href="https://mainroute-core.github.io/">
<link rel="shortcut icon" type="image/x-icon" sizes="any" href="/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="/src/16.png">
<link rel="icon" type="image/png" sizes="16x16" href="/src/32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/src/144.png">
<link rel="icon" type="image/png" sizes="16x16" href="/src/192.png">
<link rel="icon" type="image/png" sizes="16x16" href="/src/512.png">
<link rel="apple-touch-icon" type="image/png" sizes="180x180" href="/src/apple-touch-icon.png">
<link rel="apple-touch-icon" type="image/png" sizes="167x167" href="/src/apple-touch-167.png">
<link rel="apple-touch-icon" type="image/png" sizes="152x152" href="/src/apple-touch-152.png">
<link rel="apple-touch-icon" type="image/png" sizes="120x120" href="/src/apple-touch-120.png">
<title id="core-game-title">520 - Core Interrupted | MainRoute Core</title>
<link href="/src/CoreSans-Regular_en.otf" rel="stylesheet">
<link rel="stylesheet" href="/css/global.css">
<link rel="stylesheet" href="/css/offline.css">
</head>
<body>
<div id="loader" class="loader" style="pointer-events: none;">
<img style="height: 120px; width: 120px; pointer-events: none;" src="/src/mrc-nuca-loading.svg" alt="mrc-nuca-loading">
<div class="loader-text-wrapper">
<span class="loader-text-letter">I</span>
<span class="loader-text-letter">n</span>
<span class="loader-text-letter">i</span>
<span class="loader-text-letter">t</span>
<span class="loader-text-letter">i</span>
<span class="loader-text-letter">a</span>
<span class="loader-text-letter">l</span>
<span class="loader-text-letter">i</span>
<span class="loader-text-letter">z</span>
<span class="loader-text-letter">i</span>
<span class="loader-text-letter">n</span>
<span class="loader-text-letter">g</span>
<hr>
<span class="loader-text-letter">C</span>
<span class="loader-text-letter">o</span>
<span class="loader-text-letter">r</span>
<span class="loader-text-letter">e</span>
<div class="loader-colors"></div>
</div>
</div>
<div class="tech-grid"></div>
<main class="main flex items-center justify-center pad-8">
<div class="div" id="div-container">
<div class="error font-black txt-mrc flex items-center justify-center">
<span>5</span>
<span>2</span>
<img class="trytryagain" src="/src/144.png" alt="Not Found">
</div>
<h2 class="font-bold txt-main txt-center"> Core Interrupted. </h2>
<p class="txt-muted" selectable>
<strong>Try:</strong><br>
Checking the network cables, modem, and router
</p>
<p class="txt-muted" style="margin-bottom: 2rem;">
Reconnecting to Wi-Fi<br>
<code class="txt-main">ERR_INTERNET_DISCONNECTED</code>
</p>
<div class="flex justify-center flex-wrap">
<a href="/" class="btn-home-play pointer-events-auto">
Return to Core
<svg class="icon">
<use href="/src/global.svg#icon-home"></use>
</svg>
</a>
</div>
</div>
</main>
<footer class="txt-center txt-muted txt-sm pos-fix" style="width: 100%; bottom: 20px;">
<p>© 2024-<span id="year">2024</span> MainRoute Core. <a href="/Redirect/?id=mrc">M Ramzan Ch</a> | <a
href="/Redirect/?id=pb">Pro Bandey</a>. All rights reserved.</p>
</footer>
<script>
window.addEventListener('load', () => { const loader = document.getElementById('loader'); setTimeout(() => { loader.classList.add('hidden'); }, 2000); }); document.getElementById('year').textContent = new Date().getFullYear();
</script>
<script>
const trytryagain = document.querySelector('.trytryagain'); function tryGlow() { trytryagain.style.animation = 'none'; trytryagain.offsetHeight; trytryagain.style.animation = 'bulbFail 1.4s linear'; } setTimeout(tryGlow, 2000); setInterval(tryGlow, 7000);
</script>
</body>
</html>