mattupstate/angular-pipeline-example

View on GitHub
etc/terraform/error.html

Summary

Maintainability
Test Coverage
<!doctype html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <title>Error | Angular Pipeline Example</title>
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <link rel="icon" type="image/x-icon" href="favicon.ico">
  <script>
    setTimeout("location.href = '/';", 10000);
  </script>
</head>
<body>
  <h1>Sorry, but something went wrong</h1>
  <p>Go to the <a href="/">Home Page</a></p>
</body>
</html>