-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
98 lines (78 loc) · 3.18 KB
/
404.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
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="refresh" content="7; url='https://recon.ddns.net'">
<meta name="author" content="RECON re3con">
<meta name="publisher" content="admin@leechermods.com">
<meta name="copyright" content="RECON">
<meta name="description" content="UV Mod is a online custom firmware mod generator for Quansheng UV-K5, K6 and R5 Plus handheld HAM radios">
<meta name="keywords" content="quansheng, uv-k5, us-k6, uv-5r, plus, firmware, mod, mods, modification, generator, patch, tool, uvmod">
<meta name="page-topic" content="Research technical education HAM radio">
<meta name="page-type" content="Software Download">
<meta name="audience" content="all">
<meta http-equiv="content-language" content="en">
<meta name="robots" content="index, follow">
<meta name="DC.Creator" content="RECON re3con">
<meta name="DC.Publisher" content="admin@leechermods.com">
<meta name="DC.Rights" content="RECON">
<meta name="DC.Description" content="UV Mod is an online custom firmware mods generator for Quansheng UV-K5, K6 and R5 Plus handheld HAM radios">
<meta name="DC.Language" content="en">
<title>Redirecting</title>
</head>
<body onload="redirect()">
<h1 style="text-align: center; padding-top: 50px; display: block;">Redirecting...</h1>
<script>
function redirect() {
setTimeout(function(){
window.location.replace("/");
}
, 100);
}
</script>
</body>
</html>
<!-- <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>404</title>
<link rel="icon" type="image/x-icon" href="favicon.ico">
// -- Custom fonts for this template--
<link href="fonts/fontawesome-free/css/all.min.css" rel="stylesheet" type="text/css">
<link href="fonts/nunito.css" rel="stylesheet">
<!-- Custom styles for this template--
<link href="css/sb-admin-2.min.css" rel="stylesheet">
</head>
<body id="page-top">
<!-- Page Wrapper --
<div id="wrapper">
<!-- Content Wrapper --
<div id="content-wrapper" class="d-flex align-items-center" style="height: 100vh;">
<!-- Main Content --
<div id="content">
<!-- Begin Page Content --
<div class="container-fluid">
<!-- 404 Error Text --
<div class="text-center">
<div class="error mx-auto" data-text="404">404</div>
<p class="lead text-gray-800 mb-5">Page Not Found</p>
<p class="text-gray-500 mb-0">It looks like you found a glitch in the matrix...</p>
<a href="index.html">← Back to Dashboard</a>
</div>
</div>
<!-- /.container-fluid --
</div>
<!-- End of Main Content --
</div>
<!-- End of Content Wrapper --
</div>
<!-- End of Page Wrapper --
<!-- Bootstrap core JavaScript--
<script src="js/vendor/jquery.min.js"></script>
<script src="js/vendor/bootstrap.bundle.min.js"></script>
</body>