-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patherror_handler.html
More file actions
77 lines (73 loc) · 3.45 KB
/
error_handler.html
File metadata and controls
77 lines (73 loc) · 3.45 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
<!DOCTYPE HTML>
<!--
MegaCorp by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html lang="en">
<head>
<title>Whoops!</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="The error page for the community edition of the Awakened Worlds MUD, a Shadowrun 3E text-based MMO set in Seattle of 2064." />
<meta name="keywords" content="Awakened Worlds, Awakened Worlds CE, AwakeMUD, AwakeMUD CE, Shadowrun MUD, MUD" />
<meta name="author" content="Lucien Sadi" />
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800" rel="stylesheet" type="text/css" />
<!--[if lte IE 8]><script src="js/html5shiv.js"></script><![endif]-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="/js/skel.min.js"></script>
<script src="/js/skel-panels.min.js"></script>
<script src="/js/init.js"></script>
<noscript>
<link type="text/css" rel="preload" as="style" href="/css/skel-noscript.css" />
<link type="text/css" rel="preload" as="style" href="/css/style.css" />
<link type="text/css" rel="preload" as="style" href="/css/style-desktop.css" />
</noscript>
</head>
<body>
<!-- Header -->
<div id="header-wrapper">
<div id="header" class="container">
<div id="header_replace">
<!-- This is the static version of the header that is copied to all of the files. It's not been changed since 1/5/21. Updates go in /header.html. -->
<div id="logo">
<h1><a href="/">AwakeMUD CE (NoScript Ver)</a></h1>
<br>
telnet: play.awakemud.com port 4000
</div>
<nav id="nav">
<ul>
<li><a href="https://discord.gg/bKBpvNj">Discord</a></li>
<li><a href="https://github.com/luciensadi/AwakeMUD">GitHub</a></li>
<li><a href="/wholist_page.html">Who's Online</a></li>
<li class="current_page_item"><a href="https://grapevine.haus/games/AwakeCE/play">Play Now</a></li>
</ul>
</nav>
</div>
</div>
<!-- This script replaces the static header above with the more-frequently-updated /header.html. -->
<script> $( '#header_replace' ).load( "/snippets/header.html" ) </script>
</div>
<!-- Header Ends Here -->
<!-- Page -->
<div id="page">
<div class="container">
<div class="row">
<div id="content" class="12u skel-cell-important">
<article>
<header>
<h2 class="main-title">Whoops!</h2>
</header>
<p>Looks like we're having a bad day, and your request was unable to be processed. You can <a href="/">click here</a> to go back to the main page. Optionally, please <a href="https://discord.gg/bKBpvNj">join our Discord</a> and let us know how you got to this page!
</article>
</div>
</div>
</div>
</div>
<!-- /Page -->
<!-- Copyright -->
<div id="copyright" class="container">
Design: <a href="http://templated.co" rel="nofollow">TEMPLATED</a> Images: <a href="https://unsplash.com/?utm_source=AwakeMUD%20CE%20Website&utm_medium=referral" rel="nofollow">Unsplash</a> (<a href="http://unsplash.com/cc0" rel="nofollow">CC0</a>)
</div>
<!-- /Copyright -->
</body>
</html>