mirror of
https://github.com/hardillb/node-red-alexa-home-skill-web.git
synced 2026-01-03 19:23:18 +01:00
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
22 lines
699 B
HTML
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> |