File size: 755 Bytes
ea41881
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html>
	<head>
		<meta charset="utf-8">
		<title>ASRT Speech Recognition API</title>
		<style>
		body {
			width: 35em;
			margin: 0 auto;
			font-family: Tahoma, Verdana, Arial, sans-serif;
    	}
		</style>
	</head>
	<body>
		<h1>ASRT Speech Recognition API</h1>
		<h3>framework version: 1.0</h3>
		<p>If you see this page, the ASRT api server is successfully installed and working. </p>
		<p>For online documentation and support please refer to <a href="https://asrt.ailemon.net">ASRT Project Page</a>.</p>
		<p>Please call this web api by post menthod. </p>
		<em>Thank you for using ASRT.</em>
		<footer>
			<p style="text-align: center;">Copyright © <a href="https://www.ailemon.net">ailemon.net</a></p>
		</footer>
	</body>
</html>