Skip to content
Snippets Groups Projects
Select Git revision
  • ceca5b3c1020e921c875169dda3d52fe915aba62
  • main default
2 results

Lee.html

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    UserData.html 225 B
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <title>User Information</title>
    </head>
    <body>
    <div>
        <ul th:each="user:${users}">
            <li th:text="${user}"></li>
        </ul>
    </div>
    </body>
    </html>