mirror of
https://github.com/neilotoole/sq.git
synced 2024-12-20 06:31:32 +03:00
29 lines
466 B
HTML
29 lines
466 B
HTML
|
<!doctype html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>sq output</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
|
||
|
<table>
|
||
|
<colgroup>
|
||
|
<col class="kind-int" />
|
||
|
<col class="kind-text" />
|
||
|
<col class="kind-text" />
|
||
|
<col class="kind-datetime" />
|
||
|
</colgroup>
|
||
|
<thead>
|
||
|
<tr>
|
||
|
<th scope="col">actor_id</th>
|
||
|
<th scope="col">first_name</th>
|
||
|
<th scope="col">last_name</th>
|
||
|
<th scope="col">last_update</th>
|
||
|
</tr>
|
||
|
</thead>
|
||
|
<tbody>
|
||
|
</tbody>
|
||
|
</table>
|
||
|
|
||
|
</body>
|
||
|
</html>
|