summaryrefslogtreecommitdiffhomepage
path: root/html
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2022-11-07 20:00:55 +0100
committerRoland Reichwein <mail@reichwein.it>2022-11-07 20:00:55 +0100
commit15b3424c72fb3af3eb47e00eeee27730e8fa0b75 (patch)
tree0eb01c8a82290f67e0b4e457d03515407b23f866 /html
parent40ecc6cf11a0fbfaa5a7fb65cf93ecf3edf8dc8e (diff)
Added textarea, config (WIP)
Diffstat (limited to 'html')
-rw-r--r--html/index.html39
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">&nbsp;</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>