15 lines
558 B
PHP
Executable File
15 lines
558 B
PHP
Executable File
<footer class="footer">
|
|
<div class="well text-center">
|
|
<p><a href="https://github.com/shreebhattji/Urmi">Urmi Licence</a> - <a href="https://urmic.org/">Made With love from ShreeBhattji</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>
|