1
0
Fork 0
Manager/templates/online-display.php

10 lines
266 B
PHP
Raw Normal View History

<!DOCTYPE html>
<html lang="en">
<head>
<title>Benutzer online</title>
<meta http-equiv="refresh" content="15">
</head>
2023-09-05 08:40:08 +00:00
<body style="background-image: url('./img/fabric-pattern.png')">
<?= $v['online-users'] ?>
</body>
</html>