serveall 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e8960d2d790a23bafd59020070000e01ac150def
4
- data.tar.gz: 63949f46d919b34d5d61f8cb5584bd181305a3cb
3
+ metadata.gz: 3d44721a2b301e2d79e500194bde5abd7215fa19
4
+ data.tar.gz: 98841559a7119fe17055fc3143cd3a6c41f9dffb
5
5
  SHA512:
6
- metadata.gz: 6dca7828bd012b7592dc7918715e3a659164fbc2d90f64be1f5b4c3acad1c4823e434b2aadcbc93b209642d751ecf5d7157d7cdd615f1b4de76aaa779bf734b7
7
- data.tar.gz: 589828ab84ebd00d8fcc59106a3fe8c242e7402b30898800f52b9536b458c8e83a5dfcffc39d3cdf2967a0e0c6cb6addaa8310e131673a7ad7adcbdd5083af1d
6
+ metadata.gz: bfe692abc5a5fb7bfa500a618b09b01e81c51110c93a753f105a9ed85387d9e585a851185d47619e4d195f7c204e3adf6f9c4b2db6928d865e1715b4599994b8
7
+ data.tar.gz: ca5319339ecfb40bff7373a9e66ba9d12221aca5a7386f0ea322c74558a5e988b35ca0cde5efbf15d50e047e894c3fc685c7577f52a1729ff632a33432a6b3f9
@@ -0,0 +1,59 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>Page Not Found</title>
6
+ <meta name="viewport" content="width=device-width, initial-scale=1">
7
+ <style>
8
+
9
+ * {
10
+ line-height: 1.5;
11
+ margin: 0;
12
+ }
13
+
14
+ html {
15
+ color: #888;
16
+ font-family: sans-serif;
17
+ text-align: center;
18
+ }
19
+
20
+ body {
21
+ left: 50%;
22
+ margin: -43px 0 0 -150px;
23
+ position: absolute;
24
+ top: 50%;
25
+ width: 300px;
26
+ }
27
+
28
+ h1 {
29
+ color: #555;
30
+ font-size: 2em;
31
+ font-weight: 400;
32
+ }
33
+
34
+ p {
35
+ line-height: 1.2;
36
+ }
37
+
38
+ @media only screen and (max-width: 270px) {
39
+
40
+ body {
41
+ margin: 10px auto;
42
+ position: static;
43
+ width: 95%;
44
+ }
45
+
46
+ h1 {
47
+ font-size: 1.5em;
48
+ }
49
+
50
+ }
51
+
52
+ </style>
53
+ </head>
54
+ <body>
55
+ <h1>Page Not Found</h1>
56
+ <p>Sorry, but the page you were trying to view does not exist.</p>
57
+ </body>
58
+ </html>
59
+ <!-- IE needs 512+ bytes: http://blogs.msdn.com/b/ieinternals/archive/2010/08/