<html>
<body>
    <h1>Users</h1>
<?php
    require_once("test-PDO-class.php"); 

    User::showAllUsersAsTable();
?>