diff options
Diffstat (limited to 'html/index.html')
-rw-r--r-- | html/index.html | 39 |
1 files changed, 3 insertions, 36 deletions
diff --git a/html/index.html b/html/index.html index 3b23e90..780660a 100644 --- a/html/index.html +++ b/html/index.html @@ -3,48 +3,15 @@ <head> <meta charset="utf-8"/> <meta name="viewport" content="width=device-width, initial-scale=1"> - <meta name="keywords" content="Reichwein, DownTube, YouTube, Download MP3"> - <title>DownTube</title> + <meta name="keywords" content="Reichwein, Whiteboard"> + <title>Reichwein Whiteboard</title> <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"/> <link rel="stylesheet" type="text/css" href="whiteboard.css"/> <script src="whiteboard.js"></script> </head> <body onload="init();"> <div class="page"> - <h1><img src="Downtube256.png"></h1> - - <p> - Download internet videos as MP3 (audio) or MP4 (video). - </p> - - <p> - Video URL:<br/> - <input size="40" type="text" id="url" name="url"><br><br> - </p> - - <p> - Transform to format:<br/> - <input type="radio" id="mp3" name="format" value="mp3" checked> - <label for="mp3">MP3 (Audio)</label><br> - <input type="radio" id="mp4" name="format" value="mp4"> - <label for="mp4">MP4 (Video)</label><br> - </p> - - <br/> - <div class="status" id="status"> </div> - <p> - <button class="button" onclick="on_start();">Start</button> - </p> - - <br/> - <br/> - <br/> - <br/> - <br/> - <br/> - <p> - Note: Audio download is currently limited to 30MB, Video download is limited to 300MB. - </p> + <textarea rows="30" cols="80" id="board" name="board"></textarea> <br/> <br/> <h2>Contact</h2> |