1
0
Fork 0
mirror of https://github.com/ThomasGsp/HyperProxmox.git synced 2025-02-15 04:32:15 +00:00
HyperProxmox/code/web/www/pages/index.php
2018-02-19 11:45:38 +00:00

31 lines
959 B
PHP
Executable file

<?php
include(dirname(__DIR__).'/pages/includes/header.php');
?>
<div id="page-wrapper">
<div class="row">
<div class="col-lg-12">
<h1 class="page-header">General Dashboard</h1>
</div>
<div class="col-lg-12" id="List_Dates">
</div>
<!-- /.col-lg-12 -->
</div>
<!-- /.row -->
<div class="row">
<div class="col-lg-12">
<h3>
- Author : Tlams <br/>
- Date : 2017/2018 <br/>
- Status: Dev <br/>
- Version: Alpha 1.0 <br/>
- Object : Massive LXC CT / KVM deployment system and management for Proxmox clusters. <br/>
Information : This project is currently in active development. <br/>
You shouldn't use in production mode, use at your risks ! <br/>
</h3>
</div>
</div>
<?php
include(dirname(__DIR__).'/pages/includes/footer.php');
?>