Files
node-red-alexa-home-skill-web/broken.html
Ben Hardill 58155bcdf0 Fix a couple of bugs
Add test for extra as an object
Check for none existant device
Add a broken.html for nginx to serve up when node app crashes
2018-12-27 14:28:02 +00:00

22 lines
699 B
HTML

<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Node-RED Alexa Smart Home Skill Bridge</title>
<style type="text/css">
.error-body {
margin: auto;
width: 80%;
}
</style>
</head>
<body>
<div class="error-body">
<h1>Node-RED Alexa Smart Home Skill Bridge</h1>
<p>It looks like the skill is currently experiencing a problem at the moment. Give it a couple
of minutes and if it's still a problem please check if there is an existing open issue on
GitHub <a href="https://github.com/hardillb/node-red-alexa-home-skill-web/issues">here</a>,
if not then raise one.</p>
</div>
</body>
</html>