etwas besser geschrieben + href added

This commit is contained in:
PaulaBras
2022-11-06 21:19:00 +01:00
parent 5a71d336fb
commit cc300769b4
6 changed files with 97 additions and 18 deletions

View File

@ -12,9 +12,9 @@
<p id="ouput">Output Test here</p>
<p>Input URL</p>
<input type="text" id="urlBox" name="name" size="80">
<input type="text" id="urlBox" name="name" size="80" readonly>
<p>Input Directory</p>
<input type="text" id="dirBox" name="name" size="80">
<input type="text" id="dirBox" name="name" size="80" readonly>
<progress id="progressbar" max="100" value="0"></progress>