Upload concept

This commit is contained in:
2026-05-11 13:26:31 +00:00
parent b690151de6
commit 307170986e
3 changed files with 63 additions and 0 deletions

21
index.html Normal file
View File

@@ -0,0 +1,21 @@
<html>
<head>
<link rel="stylesheet" href="style.css">
<link href="https://googleapis.com" rel="stylesheet">
<link href="fav.svg" rel="icon">
<title>OpenJibo Server GUI</title>
</head>
<body>
<h1>OpenJibo v0.0.0</h1>
<ul>
<li>HJ Requests: 69420</li>
<li>Server PrivIP: 192.168.7.128:9000</li>
<li>Server PubIP: japi.zane.org:80</li>
<li>RAM: 6gb/12gb (50%)</li>
<li>CPU: 43% (32%)</li>
<li>Temp: 33.8°C (92.8°F)</li>
<li class="credit-text">OpenJibo Server: jaked</li>
<li class="credit-text">OpenJibo Server GUI: ZaneDev</li>
</ul>
</body>
</html>