first commit
This commit is contained in:
Executable
+39
@@ -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>
|
||||
Reference in New Issue
Block a user