diff options
Diffstat (limited to 'htdocs/index.html')
-rw-r--r-- | htdocs/index.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/htdocs/index.html b/htdocs/index.html index 0480c35..bf5f840 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -4,6 +4,7 @@ <title>VSHL API Test</title> <link rel="stylesheet" href="binding.css"> <script type="text/javascript" src="AFB.js"></script> + <script type="text/javascript" src="amazon.js"></script> <script type="text/javascript" src="binding.js"></script> </head> @@ -69,6 +70,25 @@ </footer> </dialog> + <dialog id="login-with-amazon"> + <h3 class="dialogheader">Login with Amazon !!</h3> + <div id="login-area"> + <div> + Alexa VA URL: <input type="text" id="alexa-va-address" value="localhost:1111"> <br><br> + Client ID : <input type="text" id="client-id"> <br><br> + Product ID : <input type="text" id="product-id"> <br><br> + To generate client and product ID, please register a new AVS product for + <i><b>Other devices and platforms</b></i> using instructions in + <a href="https://developer.amazon.com/docs/alexa-voice-service/register-a-product.html" target="_blank">this </a> + link.<br><br> + </div> + <footer id ="login-with-amazon-footer"> + <button id="submit-btn" type="button" style="margin: 10px">Login</button> + <button id="cancel-btn" type="button" style="margin: 10px">Cancel</button> + </footer> + </div> + </dialog> + <div id="top" class="row"> <div id='actions' class="col1"> <div> |