mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 17:55:07 +02:00
11 lines
160 B
HTML
11 lines
160 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
table {
|
|
border: 1px solid black;
|
|
height: 100px;
|
|
padding: 10px;
|
|
}
|
|
</style>
|
|
<table>
|
|
<tr></tr>
|
|
</table> |