Manasa1 commited on
Commit
0e30855
·
verified ·
1 Parent(s): 6d32efe

Create index.html

Browse files
Files changed (1) hide show
  1. index.html +19 -0
index.html ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>D-ID Agent</title>
7
+ </head>
8
+ <body>
9
+ <script
10
+ type="module"
11
+ src="https://agent.d-id.com/v1/index.js"
12
+ data-name="did-agent"
13
+ data-mode="fabio"
14
+ data-client-key="Z29vZ2xlLW9hdXRoMnwxMDQ5Nzg0NTA5MTE0MTMxMzE0Nzk6T0x2TnRSbVBlWVdyemhxajg1bkp0"
15
+ data-agent-id="agt_yGKAc5pK"
16
+ data-monitor="true">
17
+ </script>
18
+ </body>
19
+ </html>