25 lines
755 B
HTML
25 lines
755 B
HTML
|
<!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>
|