broadfield commited on
Commit
6081364
·
verified ·
1 Parent(s): b8f8abd

Create template.html

Browse files
Files changed (1) hide show
  1. template.html +15 -0
template.html ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!doctype html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8" />
5
+ <meta name="viewport" content="width=device-width" />
6
+ <title>My static Space</title>
7
+ <link rel="stylesheet" href="style.css" />
8
+ </head>
9
+ <body>
10
+
11
+ <div id='cap'>
12
+ <iframe src='https://broadfield-fast-voice-full.hf.space/?pdfurl=PDFURL&mod=VOICE&len=LENGTH&nos=NOISE&wid=WIDTH&pau=PAUSE'
13
+ </div>
14
+ </body>
15
+ </html>