mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 10:48:41 +00:00
16 lines
340 B
HTML
16 lines
340 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
svg {
|
|
display: block;
|
|
}
|
|
</style>
|
|
<svg width="100" height="100">
|
|
<rect width="100" height="100" fill="green" />
|
|
</svg>
|
|
<svg width="100" height="100">
|
|
<rect width="100" height="100" fill="green" />
|
|
</svg>
|
|
<svg width="100" height="100">
|
|
<rect width="100" height="100" fill="green" />
|
|
</svg>
|