forked from alexphelps/server-error-pages
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
65 lines (59 loc) · 3.55 KB
/
index.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Server-error-pages by alexphelps</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>Server-error-pages</h1>
<p>Easy to use, professional error pages to replace the plaintext error pages that come with any server software like Nginx or Apache</p>
<p class="view"><a href="https://github.com/alexphelps/Server-Error-Pages">View the Project on GitHub <small>alexphelps/Server-Error-Pages</small></a></p>
<ul>
<li><a href="https://github.com/alexphelps/Server-Error-Pages/zipball/master">Download <strong>ZIP File</strong></a></li>
<li><a href="https://github.com/alexphelps/Server-Error-Pages/tarball/master">Download <strong>TAR Ball</strong></a></li>
<li><a href="https://github.com/alexphelps/Server-Error-Pages">View On <strong>GitHub</strong></a></li>
</ul>
</header>
<section>
<h3>
<a name="welcome-to-github-pages" class="anchor" href="#welcome-to-github-pages"><span class="octicon octicon-link"></span></a>Welcome to Server Error Pages</h3>
<p>Easy to use, professional error pages to replace the plaintext error pages that come with any server software like Nginx or Apache</p>
<p><strong>Quick Details</strong></p>
<ul>
<li>Unbranded and generic informational text for the user</li>
<li>Single HTML files, no directory structure required</li>
<li>Javascript to get the current domain for content. </li>
<li>Based on Bootstrap 3</li>
<li>Uses Bootstrap CDN from NetDNA</li>
<li>Uses Fontawesome CDN from NetDNA</li>
</ul>
<p>Below, you'll find a list of all available error pages and links to a live demo.</p>
<p><strong>Error Pages Demos</strong></p>
<ul>
<li><a href="http://alexphelps.github.io/server-error-pages/403-error.html" target="_blank">403 Error</a></li>
<li><a href="http://alexphelps.github.io/server-error-pages/404-error.html" target="_blank">404 Error</a></li>
<li><a href="http://alexphelps.github.io/server-error-pages/500-error.html" target="_blank">500 Error</a></li>
<li><a href="http://alexphelps.github.io/server-error-pages/502-error.html" target="_blank">502 Error</a></li>
<li><a href="http://alexphelps.github.io/server-error-pages/503-error.html" target="_blank">503 Error</a></li>
<li><a href="http://alexphelps.github.io/server-error-pages/504-error.html" target="_blank">504 Error</a></li>
<li><a href="http://alexphelps.github.io/server-error-pages/maintenance-page.html" target="_blank">Temporary Maintenance</a></li>
<li><a href="http://alexphelps.github.io/server-error-pages/rate-limit-error.html" target="_blank">Rate Limit Error</a></li>
</ul>
</section>
<footer>
<p>This project is maintained by <a href="https://github.com/alexphelps">alexphelps</a></p>
<p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>