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="',
|
||||
$video->thumbnail, '" alt="" />';
|
||||
?><br/>
|
||||
<form action="api.php">
|
||||
<input type="hidden" name="url"
|
||||
value="<?php echo $video->webpage_url; ?>" />
|
||||
<?php
|
||||
|
@ -143,7 +142,6 @@ if (isset($_GET["url"])) {
|
|||
<?php
|
||||
}
|
||||
?>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
<?php
|
||||
|
|
|
@ -26,8 +26,8 @@ require 'head.php';
|
|||
|
||||
<div class="wrapper">
|
||||
<div class="main">
|
||||
<h1><img itemprop="image" class="logo" src="img/logo.png"
|
||||
alt="AllTube Download" width="328" height="284"></h1>
|
||||
<div><img itemprop="image" class="logo" src="img/logo.png"
|
||||
alt="AllTube Download" width="328" height="284"></div>
|
||||
<form action="api.php">
|
||||
<label class="labelurl" for="url">
|
||||
Copy here the URL of your video (Youtube, Dailymotion, etc.)
|
||||
|
|
Loading…
Reference in a new issue