comparison piecrust/resources/messages/error404.html @ 3:f485ba500df3

Gigantic change to basically make PieCrust 2 vaguely functional. - Serving works, with debug window. - Baking works, multi-threading, with dependency handling. - Various things not implemented yet.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 10 Aug 2014 23:43:16 -0700
parents
children c77062233ba5
comparison
equal deleted inserted replaced
2:40fa08b261b9 3:f485ba500df3
1 <!doctype html>
2 <html>
3 <head>
4 <title>Can&#039;t find the sugar!</title>
5 <meta name="generator" content="PieCrust" />
6 <link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Lobster">
7 <style>
8 body {
9 margin: 0;
10 padding: 1em;
11 background: #eee;
12 color: #000;
13 font-family: Georgia, serif;
14 }
15 h1 {
16 font-size: 4.5em;
17 font-family: Lobster, 'Trebuchet MS', Verdana, sans-serif;
18 text-align: center;
19 font-weight: bold;
20 margin-top: 0;
21 color: #333;
22 text-shadow: 0px 2px 5px rgba(0,0,0,0.3);
23 }
24 h2 {
25 font-size: 2.5em;
26 font-family: 'Lobster', 'Trebuchet MS', Verdana, sans-serif;
27 }
28 code {
29 background: #ddd;
30 padding: 0 0.2em;
31 }
32 #preamble {
33 font-size: 1.2em;
34 font-style: italic;
35 text-align: center;
36 margin-bottom: 0;
37 }
38 #container {
39 margin: 0 20%;
40 }
41 #content {
42 margin: 2em 1em;
43 }
44 .note {
45 margin: 3em;
46 color: #888;
47 font-style: italic;
48 }
49 </style>
50 </head>
51 <body>
52 <div id="container">
53 <div id="header">
54 <p id="preamble">A Message From The Kitchen:</p>
55 <h1>Can&#039;t find the sugar!</h1>
56 </div>
57 <hr />
58 <div id="content">
59 <p>It looks like the page you were trying to access does not exist around here. Try going somewhere else.</p>
60
61 </div>
62 <hr />
63 </div>
64 </body>
65 </html>