diff options
author | Azul <azul@leap.se> | 2014-07-04 15:33:48 +0200 |
---|---|---|
committer | Azul <azul@leap.se> | 2014-07-05 10:21:07 +0200 |
commit | b5651032152236609d8761fd464f8e04fc5797c2 (patch) | |
tree | a561e4f573d4a3445a48577e31f78f2d9f4c1434 /test/dummy/public/500.html | |
parent | 02000f08ab8f44533447278d8fcb141ac6598e30 (diff) |
remove dummy app
We're not supporting including leap_web as a gem right now.
Diffstat (limited to 'test/dummy/public/500.html')
-rw-r--r-- | test/dummy/public/500.html | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/test/dummy/public/500.html b/test/dummy/public/500.html deleted file mode 100644 index f3648a0..0000000 --- a/test/dummy/public/500.html +++ /dev/null @@ -1,25 +0,0 @@ -<!DOCTYPE html> -<html> -<head> - <title>We're sorry, but something went wrong (500)</title> - <style type="text/css"> - 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/500.html --> - <div class="dialog"> - <h1>We're sorry, but something went wrong.</h1> - </div> -</body> -</html> |