mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-14 07:02:54 +00:00
12 lines
232 B
HTML
12 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>
|