forked from restcookbook/restcookbook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
74 lines (57 loc) · 3.16 KB
/
404.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
66
67
68
69
70
71
72
73
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta content='Rest CookBook' name='description'>
<link href='/css/blueprint/screen.css' type='text/css' rel='stylesheet' media='screen, projection'>
<link href='/css/blueprint/print.css' type='text/css' rel='stylesheet' media='print'>
<link href='/css/restcookbook.css' type='text/css' rel='stylesheet' media='screen, projection'>
<!--[if lt IE 8]> >%link{:rel=>"stylesheet", :href=>"css/blueprint/ie.css", :type=>"text/css", :media=>"screen, projection"} <![endif]-->
<link href='/favicon.ico' type='image/x-icon' rel='icon'>
<link href='/favicon.ico' type='image/x-icon' rel='shortcut icon'>
<title>404 - The RESTful cookbook</title>
</head>
<body>
<a href="https://github.com/restcookbook"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub"></a>
<div id="logostrip">
<div class="container">
<div class="span-24 last" id="topheader">
<h1><a href='/'>The RESTful CookBook</a></h1>
</div>
<div class="span-2">
</div>
<div class="span-22 last" id="topsubheader">
<h4><em>How to do stuff RESTful</em></h4>
</div>
</div>
</div>
<div class="container">
<div class="span-16 last">
</div>
<div class="span-15">
<div class="span-14 last" id="bodycontent">
<h1>404 - Not found</h1>
<p>
The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent. The
410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is
permanently unavailable and has no forwarding address. This status code is commonly used when the server does not wish to reveal exactly why
the request has been refused, or when no other response is applicable.
</p>
<p>
<a href="/">Go back to the main page...</a>
</p>
</div>
</div>
</div>
<div id="footerstrip">
<div class="container">
<div class="span-24 last" id="footer">
Copyright 2012 <a href="http://www.adayinthelifeof.nl/">Joshua Thijssen</a> and others. Like to contribute? Add your recipe to our <a href="http://github.com/restcookbook/restcookbook.github.com">github repository</a>.<br>
Looking for Puppet recipies? Try the <a href="http://www.puppetcookbook.com">Puppet CookBook</a>.
</div>
</div>
</div>
</body>
</html>