mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 15:28:39 +09:00
24 lines
302 B
HTML
24 lines
302 B
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html class="reftest-print">
|
||
|
|
<head>
|
||
|
|
<style>
|
||
|
|
thead {
|
||
|
|
position: relative;
|
||
|
|
}
|
||
|
|
tr {
|
||
|
|
height: 60px;
|
||
|
|
}
|
||
|
|
</style>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<table>
|
||
|
|
<thead>
|
||
|
|
<tr></tr>
|
||
|
|
</thead>
|
||
|
|
<tbody>
|
||
|
|
<tr></tr>
|
||
|
|
<tr></tr>
|
||
|
|
</tbody>
|
||
|
|
</table>
|
||
|
|
</body>
|
||
|
|
</html>
|