Skip to content

Commit 64ada19

Browse files
committed
Initial commit
0 parents  commit 64ada19

File tree

5 files changed

+1919
-0
lines changed

5 files changed

+1919
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## IRCRelay Error Pages
2+
3+
Misc static error pages for IRCRelay.

error/index.html

+46
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>IRCRelay | Error</title>
7+
<link href='https://fonts.googleapis.com/css?family=Inika:400,700' rel='stylesheet' type='text/css'>
8+
<link href="" rel="stylesheet" type='text/css'>
9+
<link href="" rel="stylesheet" type='text/css'>
10+
</head>
11+
<body>
12+
<script type="text/javascript">
13+
14+
var _gaq = _gaq || [];
15+
_gaq.push(['_setAccount', 'UA-36173200-1']);
16+
_gaq.push(['_trackPageview']);
17+
18+
(function() {
19+
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
20+
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
21+
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
22+
})();
23+
24+
</script>
25+
<div class="container">
26+
<div class="row">
27+
<div class="span6 offset1">
28+
<h1><a href="/" tabindex="-1">IRCRelay</a></h1>
29+
</div>
30+
<div class="span4">
31+
<ul class="header-links">
32+
<li class="span1"><a href="mailto:[email protected]" tabindex="-1">Email Support</a></li>
33+
</ul>
34+
</div>
35+
</div>
36+
<div class="row">
37+
<div class="span9 offset1">
38+
<div class="span6 section no-left-margin">
39+
<h2>Uh-oh, You're on an error page...</h2>
40+
<p>Something seems to have gone wrong. We're sorry about that. Please check out our <a href="http://status.ircrelay.com">status page</a> if you're seeing this frequently, or feel free to <a href="mailto:[email protected]">email us</a>.</p>
41+
</div>
42+
</div>
43+
<div
44+
</div>
45+
</body>
46+
</html>

maintenance/index.html

+46
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>IRCRelay | Error</title>
7+
<link href='https://fonts.googleapis.com/css?family=Inika:400,700' rel='stylesheet' type='text/css'>
8+
<link href="" rel="stylesheet" type='text/css'>
9+
<link href="" rel="stylesheet" type='text/css'>
10+
</head>
11+
<body>
12+
<script type="text/javascript">
13+
14+
var _gaq = _gaq || [];
15+
_gaq.push(['_setAccount', 'UA-36173200-1']);
16+
_gaq.push(['_trackPageview']);
17+
18+
(function() {
19+
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
20+
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
21+
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
22+
})();
23+
24+
</script>
25+
<div class="container">
26+
<div class="row">
27+
<div class="span6 offset1">
28+
<h1><a href="/" tabindex="-1">IRCRelay</a></h1>
29+
</div>
30+
<div class="span4">
31+
<ul class="header-links">
32+
<li class="span1"><a href="[email protected]" tabindex="-1">Email Support</a></li>
33+
</ul>
34+
</div>
35+
</div>
36+
<div class="row">
37+
<div class="span9 offset1">
38+
<div class="span6 section no-left-margin">
39+
<h2>Sorry, we're currently fixing something...</h2>
40+
<p>We're in the midst of doing some maintenance. Have no fear, your IRC connections are likely unaffected and we'll be back shortly. Please check out our <a href="http://status.ircrelay.com">status page</a> for more information, or feel free to <a href="mailto:[email protected]">email us</a>.</p>
41+
</div>
42+
</div>
43+
<div
44+
</div>
45+
</body>
46+
</html>

0 commit comments

Comments
 (0)