first commit

This commit is contained in:
nix
2026-05-16 11:10:19 +02:00
commit 509c9b3737
172 changed files with 14496 additions and 0 deletions
+39
View File
@@ -0,0 +1,39 @@
<!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>