Useless HTML tags
This commit is contained in:
parent
0c10683912
commit
f3d6faa8a8
2 changed files with 2 additions and 4 deletions
2
api.php
2
api.php
|
@ -99,7 +99,6 @@ if (isset($_GET["url"])) {
|
||||||
echo '<img itemprop="image" class="thumb" src="',
|
echo '<img itemprop="image" class="thumb" src="',
|
||||||
$video->thumbnail, '" alt="" />';
|
$video->thumbnail, '" alt="" />';
|
||||||
?><br/>
|
?><br/>
|
||||||
<form action="api.php">
|
|
||||||
<input type="hidden" name="url"
|
<input type="hidden" name="url"
|
||||||
value="<?php echo $video->webpage_url; ?>" />
|
value="<?php echo $video->webpage_url; ?>" />
|
||||||
<?php
|
<?php
|
||||||
|
@ -143,7 +142,6 @@ if (isset($_GET["url"])) {
|
||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
</form>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<?php
|
<?php
|
||||||
|
|
|
@ -26,8 +26,8 @@ require 'head.php';
|
||||||
|
|
||||||
<div class="wrapper">
|
<div class="wrapper">
|
||||||
<div class="main">
|
<div class="main">
|
||||||
<h1><img itemprop="image" class="logo" src="img/logo.png"
|
<div><img itemprop="image" class="logo" src="img/logo.png"
|
||||||
alt="AllTube Download" width="328" height="284"></h1>
|
alt="AllTube Download" width="328" height="284"></div>
|
||||||
<form action="api.php">
|
<form action="api.php">
|
||||||
<label class="labelurl" for="url">
|
<label class="labelurl" for="url">
|
||||||
Copy here the URL of your video (Youtube, Dailymotion, etc.)
|
Copy here the URL of your video (Youtube, Dailymotion, etc.)
|
||||||
|
|
Loading…
Reference in a new issue