Converter update!
This commit is contained in:
parent
0980a2aa8b
commit
a8fa9b9783
7 changed files with 257 additions and 18 deletions
|
@ -6,25 +6,35 @@
|
|||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<link rel="stylesheet" href="/style.css">
|
||||
<link rel="stylesheet" href="./style.css">
|
||||
|
||||
<title>Univerter</title>
|
||||
<title>Univerter - YT Downloader</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>Univerter <p>v3.0</p>
|
||||
<h1>Univerter - YT Downloader <p>v3.0</p>
|
||||
<hr>
|
||||
</h1>
|
||||
|
||||
<div class="row container-fluid">
|
||||
<div class="col-sm-6">
|
||||
<h2><a>YT Downloader</a></h2>
|
||||
</div>
|
||||
<div class="col-sm-6">
|
||||
<h2><a href="./convert">Video Converter</a></h2>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h1><hr></h1>
|
||||
|
||||
<form action="/download" method="get" target="_blank">
|
||||
<div class="setting">
|
||||
<p style="margin-bottom: 1px;">Video URL:</p>
|
||||
<input required id="url" placeholder="Enter url" name="url">
|
||||
<input required id="url" placeholder="Enter url" name="url" style="width: 80vw;">
|
||||
</div>
|
||||
|
||||
<div class="setting">
|
||||
<p>Quality:</p>
|
||||
<br>
|
||||
<select required id="quality" name="quality">
|
||||
<option value="highest">Highest</option>
|
||||
<option value="lowest">Lowest</option>
|
||||
|
@ -49,7 +59,6 @@
|
|||
<option value="mp3">.mp3</option>
|
||||
</select>
|
||||
</div>
|
||||
<br>
|
||||
<input type="submit">
|
||||
</form>
|
||||
<br>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue