2019-06-25 19:52:52 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
|
|
<meta name="viewport" content="width=device-width">
|
|
|
|
|
|
|
|
<title>Wort matcher</title>
|
|
|
|
|
|
|
|
<link rel="stylesheet" href="style.css">
|
|
|
|
<!--[if lt IE 9]>
|
|
|
|
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
|
|
|
<![endif]-->
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
2019-07-02 18:43:48 +02:00
|
|
|
<h1>Digitaler Demenztest</h1>
|
|
|
|
<p id=info>Press the button to activate microphone.</p>
|
|
|
|
|
|
|
|
<button>Start new test</button>
|
|
|
|
<button id="speechBtn">Test Button</button>
|
|
|
|
|
|
|
|
<div>
|
|
|
|
<p class="server">Server offline</p>
|
|
|
|
<p class="quest">Question: </p>
|
|
|
|
<p class="output" style="font-style: italic;">Erkannte worte ...</p>
|
|
|
|
</div>
|
2019-06-25 19:52:52 +02:00
|
|
|
|
|
|
|
<script src="ws-client.js"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|