mirror of
https://github.com/serghey-rodin/vesta.git
synced 2026-09-08 10:20:16 +02:00
23 lines
597 B
HTML
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>
|