2012-10-22 21:10:57 +02:00
<!DOCTYPE html>
< html >
< head >
< meta charset = "UTF-8" >
< title > Humbug, from Humbug Inc.< / title >
< link href = "/static/third/bootstrap/css/bootstrap.min.css" rel = "stylesheet" >
< link href = "/static/third/bootstrap/css/bootstrap-responsive.css" rel = "stylesheet" >
2012-10-29 18:02:06 +01:00
< link href = 'https://fonts.googleapis.com/css?family=Droid+Sans:400,700' rel = 'stylesheet' type = 'text/css' >
2013-02-25 02:59:59 +01:00
<!-- NB: Relies on the fact that PipelineCachedStorage also includes
a copy of the file with no hash in the name.
This file will not load in dev unless you set DEBUG = False. -->
< link href = "/static/min/portico.css" rel = "stylesheet" >
2012-10-22 21:10:57 +02:00
2013-03-06 18:21:14 +01:00
< meta http-equiv = "refresh" content = "60;URL='/'" >
2012-10-22 21:10:57 +02:00
< / head >
< body >
< div class = "container" >
< div class = "navbar" >
< ul class = "nav pull-right" >
< li > < a href = "/accounts/login/?next=/" > Log in< / a > < / li >
< / ul >
< / div >
< div class = "row-fluid" >
< div class = "span2" > < / div >
< div class = "span10" >
2012-10-25 06:09:28 +02:00
< div class = "title" >
< a class = "title" href = "/" > Humbug< / a >
< span class = "for_you" > isn't feeling too good.< / span >
< / div >
2012-10-22 21:10:57 +02:00
< br / >
2012-12-06 22:03:34 +01:00
< p class = "lead" > 500: Internal server error.< p >
2012-10-22 21:10:57 +02:00
2012-12-06 22:03:34 +01:00
< p > Well oops. This one's probably our fault. Sorry about that!< / p >
2012-10-22 21:22:49 +02:00
2012-12-06 22:03:34 +01:00
< p > If you'd like, you can < a href = "mailto:support@humbughq.com?Subject=500%20error%20on%20%7Bwhich%20URL%3F%7D&Body=Hi%20there%21%0A%0AI%20was%20trying%20to%20do%20%7Bwhat%20were%20you%20trying%20to%20do%3F%7D%20at%20around%20%7Bwhen%20was%20this%3F%7D%20when%20I%20got%20a%20500%20error%20while%20accessing%20%7Bwhich%20URL%3F%7D.%0A%0AThanks!%0A%0ASincerely%2C%20%0A%0A%7BYour%20name%7D" > drop us a line< / a > to let us know what happened.< / p >
2012-10-22 21:10:57 +02:00
< / div >
< / div >
< / div >
< / body >
< / html >