-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsite-moved.html
45 lines (35 loc) · 1.43 KB
/
site-moved.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
<!doctype html>
<html lang="en" data-theme="dark">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://edge.noxity.io/css/cpanel-error-pages/style.css">
<link rel="stylesheet" href="https://edge.noxity.io/css/cpanel-error-pages/important.css">
<script src="https://kit.fontawesome.com/cf5b0e520c.js" crossorigin="anonymous"></script>
<title>Website Moved</title>
</head>
<body>
<main class="container">
<nav>
<ul>
<img src="https://edge.noxity.io/logo/transparent/4.png" width="225px">
</ul>
<ul>
<li><a href="https://support.noxity.io" role="button">Contact Support</a></li>
</ul>
</nav>
<hr style="text-align: center;">
<br>
<div class="center" style="text-align: center;">
<hgroup>
<i class="fa-solid fa-truck" style="font-size: 140px; color: #cc004d;"></i>
<br>
<br>
<h2>This site has been moved to a new server.</h2>
<br>
<h3>Follow these <a href="https://go.cpanel.net/cleardnscache" target="clearDNS">instructions</a> to clear your DNS cache and possibly restore this site.<br>Contact support if you still face issues after clearning cache.</h3>
</hgroup>
</div>
</main>
</body>
</html>