Artrajz commited on
Commit
b13751e
1 Parent(s): 01af010

Upload index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +15 -0
templates/index.html ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>vits-simple-api</title>
7
+ <link rel="stylesheet" href="static/style.css" />
8
+ </head>
9
+ <body>
10
+ <main>
11
+ <h1>vits-simple-api</h1>
12
+
13
+ </main>
14
+ </body>
15
+ </html>