Spaces:
Runtime error
Runtime error
<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> |