-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path500.html
54 lines (51 loc) · 2.1 KB
/
500.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
<!DOCTYPE html>
<html>
<head>
<title>Internal Error</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta property="og:description" content="404: Page not found.">
<meta name="description" content="404: Page not found.">
<meta content="Invalid Page" property="og:title" />
<meta name="keywords" content="Senarc, Discord, Network">
<meta property="og:locale" content="en_GB" />
<link rel="canonical" href="https://senarc.online/" />
<meta property="og:url" content="https://senarc.online/" />
<link rel="apple-touch-icon" sizes="76x76" href="https://i.ibb.co/wzVT8yZ/Senarc.png">
<link rel="icon" type="image/png" href="https://i.ibb.co/wzVT8yZ/Senarc.png">
<meta property="og:thumbnail" content="https://i.ibb.co/wzVT8yZ/Senarc.png" />
<meta property="og:image" content="https://i.ibb.co/wzVT8yZ/Senarc.png" />
<meta name="theme-color" content="#91B5F9">
<meta name="keywords" content="senarc, mta, safety, discord, organisation">
<meta name="author" content="BenitzCoding">
<link rel="stylesheet" href="assets/css/policy.css">
</head>
<!-- notification for small viewports and landscape oriented smartphones -->
<div class="device-notification">
<a class="device-notification--logo" href="#0">
<img src="assets/img/logo.png" alt="Senarc">
<p>Senarc</p>
</a>
<p class="device-notification--message">Senarc has so much to offer that we must request you orient your device to portrait or find a larger screen. You won't be disappointed.</p>
</div>
<div class="perspective effect-rotate-left">
<div class="container"><div class="outer-nav--return"></div>
<div id="viewport" class="l-viewport">
<div class="l-wrapper">
<header class="header">
<a class="header--logo" href="#0">
<img src="assets/img/logo.png" alt="Senarc">
<p>Senarc</p>
</a>
</header>
<br/>
<br/>
<h1 style="font-size: 60px;">500: Internal Server Error.</h1>
<h2> The Error has been reported to Senarc, please re-visit this page at a later date. </h2>
</div>
</div>
</div>
</div>
</body>
</html>