mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-01 16:31:34 +00:00
25 lines
326 B
HTML
25 lines
326 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>
|