refactor: scale down image. Remove tooltip on link label

This commit is contained in:
HeshamTB 2023-09-21 16:03:42 +03:00
parent be2daeb535
commit 0cc4a8a92f

View File

@ -24,7 +24,7 @@
<form hx-post="/download" hx-target="#get-btn" hx-swap="outerHTML" hx-indicator="#progress">
<div class="grid">
<div hx-target="this" hx-swap="outerHTML">
<label data-tooltip="Link can be on any platform!">Link
<label>Link
<input
type="url" id="URL" name="URL"
hx-post="/valid-link"
@ -53,9 +53,7 @@
<progress class="htmx-indicator" id="progress"></progress>
</div>
<div>
<img src="/assets/images/play.png">
<img style="scale: 0.5;" src="/assets/images/play.png">
</div>
<script data-cfasync="false" type="text/javascript" src="//brightadnetwork.com/a/display.php?r=7440414"></script>
<script data-cfasync="false" type="text/javascript" data-adel="atag" src="//acscdn.com/script/atg.js" czid="gobrl6fkye"></script>
</main>
</html>