diff options
author | varac <varacanero@zeromail.org> | 2016-07-13 20:07:09 +0200 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2016-07-13 20:07:09 +0200 |
commit | 5d01197cf893d4a8c9a57f7c963f47393d34e157 (patch) | |
tree | 860e97c0af1ad8c7d4bd1aecb0b7e6658b312846 /public |
initial commit, import from pixelated_dashboard
Diffstat (limited to 'public')
-rw-r--r-- | public/404.html | 26 | ||||
-rw-r--r-- | public/favicon.ico | bin | 0 -> 5430 bytes |
2 files changed, 26 insertions, 0 deletions
diff --git a/public/404.html b/public/404.html new file mode 100644 index 0000000..1a8f334 --- /dev/null +++ b/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/public/favicon.ico b/public/favicon.ico Binary files differnew file mode 100644 index 0000000..29a408f --- /dev/null +++ b/public/favicon.ico |