You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
652 B

  1. doctype html
  2. html
  3. head
  4. meta(http-equiv='X-UA-Compatible', content='IE=edge')
  5. meta(charset='UTF-8')
  6. title= appconfig.title
  7. // Favicon
  8. each favsize in [32, 96, 16]
  9. link(rel='icon', type='image/png', sizes=favsize + 'x' + favsize href='/images/favicon-' + favsize + 'x' + favsize + '.png')
  10. // CSS
  11. link(href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700|Inconsolata', rel='stylesheet', type='text/css')
  12. link(type='text/css', rel='stylesheet', href='/css/app.css')
  13. body(class='server-error')
  14. #root
  15. img(src='/images/logo-text_218x80.png')
  16. h1 Oops, something went wrong
  17. h4= message
  18. pre #{error.stack}