-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
37 lines (33 loc) · 1.24 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Speechstate</title>
<style>
.App {
height: 0 !important;
}
</style>
</head>
<body>
<div
id="speechstate"
data-azure-key="b7f17fcf06584fff85c25a0b297ddf00"
data-tts-voice="en-US, SaraNeural"
data-asr-language="en-US"
data-tts-lexicon="https://cvoiceprodneu.blob.core.windows.net/acc-public-files/d0d9c420766f4f5ca736afac5955b5e4/c7bbcf7a-1eeb-474e-9ac7-673356ef9310.xml"
data-azure-nlu-key="8e916cc89cb341998503a020aef8f43f"
data-azure-nlu-url="https://mlt-dia-convlang.cognitiveservices.azure.com/language/:analyze-conversations?api-version=2022-10-01-preview"
data-azure-nlu-project-name="doctor_mansion_project"
data-azure-nlu-deployment-name="doctor_mansion_project"
></div>
<div class="nested-div" id="nestdiv">
<h1 class="header1"> Welcome to Devris Mansion </h1>
<img id="mansionimage" src="Mansion.png" alt="">
</div>
<noscript>You need to enable JavaScript to run this app.</noscript>
<link href="index.css" rel="stylesheet" />
<!-- <link href="src/styles.css" rel="stylesheet" /> -->
<script src="index.js"></script>
</body>
</html>