mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-09 10:04:41 +00:00
13 lines
232 B
HTML
13 lines
232 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
svg {
|
|
position: absolute;
|
|
top: 50px;
|
|
left: 50px;
|
|
}
|
|
</style>
|
|
|
|
<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg" width="100" height="100">
|
|
<rect width="100" height="100" />
|
|
</svg>
|