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

18
fav.svg Normal file
View File

@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="313.87201"
height="427.42667"
viewBox="0 0 313.87201 427.42667"
version="1.1"
id="svg1"
xml:space="preserve"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"><defs
id="defs1" /><g
id="layer1"
transform="translate(-1.6521115,-2.9503779)"><path
style="fill:#0ad1f0;stroke:none"
d="M 151.3023,3.7275521 C 128.94833,6.6640431 108.3189,11.196693 88.368966,22.327552 29.405086,55.225869 -0.42358226,124.41831 12.426586,189.94156 c 3.72836,19.01097 10.96409,36.77109 20.95555,53.33333 3.71066,6.15098 15.90556,17.27767 15.23374,24.53333 -0.79932,8.63243 -7.76019,18.65583 -11.02386,26.66667 -10.50754,25.79124 -23.15074,50.97477 -30.7382803,77.86667 -3.400608,12.05254 -7.03672796,25.86302 -4.158838,38.4 5.071388,22.09251 30.7736983,19.2 48.3407383,19.2 h 98.133334 c 18.99391,0 38.79997,1.61803 57.6,-1.38353 12.62686,-2.01599 20.59967,-13.71836 24.06419,-25.28314 6.53838,-21.82542 5.00912,-47.45547 -0.48561,-69.33333 -1.52139,-6.05752 -11.40081,-23.16934 -8.65182,-28.507 1.71566,-3.33122 7.58115,-4.82425 10.67324,-6.54567 7.7109,-4.29274 15.42633,-9.05651 22.4,-14.46752 19.86934,-15.41686 36.87314,-36.19576 47.08066,-59.27981 C 340.78691,137.08593 293.79846,27.386146 196.1023,6.6995901 c -14.29225,-3.026302 -30.23385,-4.885482 -44.8,-2.972038 m 2.13334,33.9851889 c 91.80732,-10.86748 164.18704,95.546459 109.39752,173.562149 -9.65576,13.74901 -22.42057,24.60381 -36.86419,33.05433 -14.15182,8.27982 -30.53447,14.19075 -46.93333,15.83044 -35.5709,3.55664 -73.29925,-7.47318 -99.018934,-33.06667 C 30.404266,177.72398 38.251486,92.367079 99.035636,55.463369 115.94666,45.196237 133.94924,40.019382 153.43564,37.712741 m 24.53333,27.924288 c -64.09159,11.55557 -44.82243,111.498371 19.2,100.181901 7.27428,-1.28577 14.09157,-3.87776 20.26667,-7.98932 46.22685,-30.77923 12.87015,-101.628811 -39.46667,-92.192581 z"
id="path1" /></g></svg>

After

Width:  |  Height:  |  Size: 2.0 KiB

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>

24
style.css Normal file
View File

@@ -0,0 +1,24 @@
body {
background-color: black;
align-items: center;
text-align: center;
font-family: 'JetBrains Mono', monospace;
}
h1 {
margin-top: 3vh;
color: white;
font-size: 12vh;
}
ul {
list-style-type: none;
color: black;
text-align: left;
font-size: 8vh;
}
li {
color: white;
}
.credit-text {
font-size: 4vh;
margin-top: 3vh;
}