File size: 1,176 Bytes
7838411
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html>

<html>

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<title style="text-align: center;"> Laronix Naturalness Test </title>
<!-- CSS only -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/css/bootstrap.min.css" rel="stylesheet"
    integrity="sha384-F3w7mX95PdgyTmZZMECAngseQB83DfGTowi0iMjiWaeVhAn4FJkqJByhZMI3AhiU" crossorigin="anonymous">
</head>
<style>

    @font-face {
        font-family: Poppins;
        src: url(font/Poppins-Regular.ttf);
    }
    @font-face {
        font-family: Poppins-Bold;
        src: url(font/Poppins-Bold.ttf);
    }
    @font-face {
        font-family: Muli;
        src: url(font/Muli.ttf);
    }
    @font-face {
        font-family: Muli-Bold;
        src: url(font/Muli-Bold.ttf);
    }
</style>
<body>
<p style="font-family: Muli;">This is a prototype of Laronix Automatic Speech Recognition platform.</p>

<img
  src="https://static.wixstatic.com/media/e7e144_93e98148d06147828031797eb4525b80~mv2.png/v1/crop/x_0,y_25,w_2606,h_882/fill/w_396,h_142,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/newlogo.png"
  align="right"
  height="20%"
  width="20%"
/>
</body>
</html>