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

31 lines
905 B
PHP
Raw Normal View History

2018-02-11 18:45:32 +00:00
<?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">
2018-02-15 11:05:50 +00:00
<h3>
- Author : Tlams <br/>
- Date : 2017/2018 <br/>
- Status: Dev <br/>
- Object : Massive LXC CT / KVM deployment system and 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>
2018-02-11 18:45:32 +00:00
</div>
</div>
<?php
include(dirname(__DIR__).'/pages/includes/footer.php');
?>