hannabaker commited on
Commit
aac08ae
·
verified ·
1 Parent(s): c7d63e2

Create frontend/public/index.html

Browse files
Files changed (1) hide show
  1. frontend/public/index.html +14 -0
frontend/public/index.html ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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" />
6
+ <meta name="theme-color" content="#000000" />
7
+ <meta name="description" content="VOD Archiver Pro - Archive Twitch VODs to multiple cloud providers" />
8
+ <title>VOD Archiver Pro</title>
9
+ </head>
10
+ <body>
11
+ <noscript>You need to enable JavaScript to run this app.</noscript>
12
+ <div id="root"></div>
13
+ </body>
14
+ </html>