12 lines
378 B
PHP
12 lines
378 B
PHP
<!-- W3.CSS Container -->
|
|
<div class="w3-half w3-light-grey w3-container w3-padding-32" style="margin-top:75px;padding-right:58px">
|
|
<p class="w3-right" id="systemdate">system date</p>
|
|
</div>
|
|
|
|
<div class="w3-half w3-light-grey w3-container w3-padding-32" style="margin-top:75px;padding-right:58px">
|
|
<p class="w3-right" id="systemload">system load</p>
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|