mirror of
https://github.com/servo/servo
synced 2026-05-09 16:42:16 +02:00
21 lines
259 B
HTML
21 lines
259 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style>
|
|
body, html {
|
|
margin: 0;
|
|
}
|
|
table {
|
|
margin: auto;
|
|
width: 0px;
|
|
border-spacing: 0;
|
|
border: none;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<table><tr><td>Foooooooooooooooooooooooooooooo</td></tr></table>
|
|
</body>
|
|
</html>
|
|
|