mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 17:55:07 +02:00
11 lines
149 B
HTML
11 lines
149 B
HTML
<!doctype html><style>
|
|
body {
|
|
width: 400px;
|
|
}
|
|
img {
|
|
margin: 0 auto;
|
|
display: block;
|
|
width: 100px;
|
|
height: 100px;
|
|
}
|
|
</style><img/> |