mirror of
https://github.com/timendum/Youtube-dl-WebUI.git
synced 2025-03-01 16:13:35 +08:00
14 lines
577 B
PHP
14 lines
577 B
PHP
<footer class="footer">
|
|
<div class="well text-center">
|
|
<p><a href="https://twitter.com/p1rox" target="_blank">@p1rox</a> - <a href="https://github.com/p1rox/Youtube-dl-WebUI" target="_blank">Fork on Github</a></p>
|
|
</div>
|
|
</footer>
|
|
<script type="text/javascript" src="js/jquery-1.11.1.min.js"></script>
|
|
<script type="text/javascript" src="js/bootstrap.min.js"></script>
|
|
<script type="text/javascript">
|
|
$(document).ready(function() {
|
|
$("#url").focus();
|
|
});
|
|
</script>
|
|
</body>
|
|
</html>
|