2015-03-09 06:56:51 +08:00
|
|
|
<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>
|
2015-03-14 04:30:48 +08:00
|
|
|
<script type="text/javascript">
|
|
|
|
$(document).ready(function() {
|
|
|
|
$("#url").focus();
|
|
|
|
});
|
|
|
|
</script>
|
2015-03-09 06:56:51 +08:00
|
|
|
</body>
|
2015-04-28 23:17:00 +08:00
|
|
|
</html>
|