40 lines
803 B
PHP
Executable File
40 lines
803 B
PHP
Executable File
<!DOCTYPE html>
|
|
<html lang="fr">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Outils Status</title>
|
|
<link rel="stylesheet" href="style.css">
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
<h1>Status serveur</h1>
|
|
|
|
<div class="card">
|
|
<a href="status.php">
|
|
Status serveur
|
|
<span class="file-type">CPU / RAM / SWAP</span>
|
|
</a>
|
|
</div>
|
|
|
|
<div class="card">
|
|
<a href="QT.php">
|
|
Status QT-web-engine
|
|
<span class="file-type">[Étape/Étape]</span>
|
|
</a>
|
|
</div>
|
|
<!--
|
|
<div class="card">
|
|
<a href="emerge.php">
|
|
Status Portage
|
|
<span class="file-type">Infos : Emerging, Installing, Completed</span>
|
|
</a>
|
|
</div>
|
|
-->
|
|
</div>
|
|
|
|
<footer>
|
|
Server Monitor | PHP / Linux
|
|
</footer>
|
|
</body>
|
|
</html>
|