16 lines
428 B
HTML
16 lines
428 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>UI Kit Dev</title>
|
|
</head>
|
|
<body>
|
|
<h1>UI Kit Dev</h1>
|
|
<ui-data-table-shell endpoint="/users/table" target="#target" page-size="10"></ui-data-table-shell>
|
|
<div id="target"></div>
|
|
|
|
<script type="module" src="/src/index.ts"></script>
|
|
</body>
|
|
</html>
|