mirror of
https://github.com/servo/servo.git
synced 2025-06-17 04:44:28 +00:00
20 lines
259 B
HTML
20 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>
|
|
|