You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.html 840B

12345678910111213141516171819202122232425262728293031
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  6. <meta name="viewport" content="width=device-width">
  7. <title>Wort matcher</title>
  8. <link rel="stylesheet" href="style.css">
  9. <!--[if lt IE 9]>
  10. <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
  11. <![endif]-->
  12. </head>
  13. <body>
  14. <h1>Digitaler Demenztest</h1>
  15. <p id=info>Press the button to activate microphone.</p>
  16. <button>Start new test</button>
  17. <button id="speechBtn">Test Button</button>
  18. <div>
  19. <p class="server">Server offline</p>
  20. <p class="quest">Question: </p>
  21. <p class="output" style="font-style: italic;">Erkannte worte ...</p>
  22. </div>
  23. <script src="ws-client.js"></script>
  24. </body>
  25. </html>