10 lines
275 B
PHP
10 lines
275 B
PHP
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<title>Benutzer online</title>
|
||
|
<meta http-equiv="refresh" content="15">
|
||
|
</head>
|
||
|
<body style="background-image: url('./style/images/fabric-pattern.png')">
|
||
|
<?= $v['online-users'] ?>
|
||
|
</body>
|
||
|
</html>
|