summaryrefslogtreecommitdiff
path: root/templates/project/public
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2016-08-15 14:14:32 +0200
committervarac <varacanero@zeromail.org>2016-08-15 14:14:32 +0200
commit21a91cbc9681a2f3f4615e7e467febf1c8f4f6e6 (patch)
treeef26732b75858c5fb17925bc861f1ee8b4c43bf2 /templates/project/public
parente56e58562bd1972df8e8d386b30175f6b12430ac (diff)
parented5463dce052852a5ace2d11a0265fff2244e60e (diff)
Merge tag 'v1.3.6' into dashing_io
Diffstat (limited to 'templates/project/public')
-rw-r--r--templates/project/public/404.html26
-rw-r--r--templates/project/public/favicon.icobin0 -> 5430 bytes
2 files changed, 26 insertions, 0 deletions
diff --git a/templates/project/public/404.html b/templates/project/public/404.html
new file mode 100644
index 0000000..1a8f334
--- /dev/null
+++ b/templates/project/public/404.html
@@ -0,0 +1,26 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <title>This Dashboard doesn't exist.</title>
+ <style>
+ body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
+ div.dialog {
+ width: 25em;
+ padding: 0 4em;
+ margin: 4em auto 0 auto;
+ border: 1px solid #ccc;
+ border-right-color: #999;
+ border-bottom-color: #999;
+ }
+ h1 { font-size: 100%; color: #f00; line-height: 1.5em; }
+ </style>
+</head>
+
+<body>
+ <!-- This file lives in public/404.html -->
+ <div class="dialog">
+ <h1>Drats! That Dashboard doesn't exist.</h1>
+ <p>You may have mistyped the address or the page may have moved.</p>
+ </div>
+</body>
+</html> \ No newline at end of file
diff --git a/templates/project/public/favicon.ico b/templates/project/public/favicon.ico
new file mode 100644
index 0000000..29a408f
--- /dev/null
+++ b/templates/project/public/favicon.ico
Binary files differ