SUSE/hackweek

View on GitHub
public/500.html

Summary

Maintainability
Test Coverage
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title>Something went wrong | Hackweek</title>
  <link href="https://fonts.googleapis.com/css?family=Roboto+Mono" rel="stylesheet">
  <link rel="stylesheet" type="text/css" href="/assets/stylesheets/common.css">
</head>

<body>
  <!-- This file lives in public/500.html -->
  <div class="dialog">
    <div class="err-code">
      <span>5</span>
      <div>(0_0)</div>
      <span>0</span>
    </div>
    <h1>We're sorry, but something went wrong.</h1>
    <p>
       How about you <a href="https://github.com/SUSE/hackweek/issues">file an issue</a> on github and let us know what you did? That would be AWESOME!
    </p>
    <p> Head back <a href="/">Home</a></p>
  </div>
</body>
</html>