mirror of
https://github.com/servo/servo
synced 2026-05-13 10:27:03 +02:00
13 lines
135 B
HTML
13 lines
135 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
body, ol, p {
|
|
margin: 0;
|
|
font-size: 16px;
|
|
}
|
|
body {
|
|
line-height: 10;
|
|
}
|
|
</style>
|
|
<ol><li>Hello</ol>
|
|
|