Files
VestaCP/web/templates/footer.html
2012-09-28 12:35:41 +03:00

23 lines
597 B
HTML

<table class="bottom">
<tr>
<td>Powered by Vesta Control Panel</td>
</tr>
<tr>
<td><a href="http://vestacp.com">vestacp.com</a></td>
</tr>
</table>
</td>
</tr>
</table>
<script type="text/javascript">
$(document).ready(function() {
VE.core.register($('.main'));
});
</script>
</center>
</body>
</html>