basex-lsp/webapp/lsp-manager/views/profile.htm
2025-10-13 23:07:01 +01:00

17 lines
No EOL
339 B
HTML

<!DOCTYPE HTML5>
<html lang="en" xmlns:th="http://www.thymeleaf.org" xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout"
layout:decorate="~{layout.htm}">
<head>
<title>Profile</title>
</head>
<body>
<div layout:fragment="content" class='ProfileIndex'>
<h2>{uid} profile</h2>
<hr />
<hr />
</div>
</body>
</html>